Skip to content

Commit e1bf525

Browse files
committed
Another test to skip
1 parent bd89644 commit e1bf525

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/e2e-tests/test/e2e.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,6 +1046,8 @@ describe('e2e', function () {
10461046
});
10471047

10481048
it('reads and runs code from stdin, with .end()', async function () {
1049+
skipDueToEPermErrors(this);
1050+
10491051
const dbName = `test-${Date.now()}`;
10501052
shell.process.stdin.end(`
10511053
use ${dbName};

0 commit comments

Comments
 (0)