Skip to content

Commit b79064c

Browse files
committed
Temporarily disable flaky Docker networking test
1 parent fbebc56 commit b79064c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interceptors/docker-terminal-interception.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Successfully built <hash>
258258
expect(seenInternalUrls).to.include("http://127.0.0.1:9876/");
259259
});
260260

261-
it("should intercept all network modes", async function () {
261+
it.skip("should intercept all network modes", async function () {
262262
this.timeout(30000);
263263

264264
const { server, httpsConfig, getPassThroughOptions } = await testSetup;

0 commit comments

Comments
 (0)