Skip to content

Commit c813fff

Browse files
test: skip flaky test
This test fails in CI on chrome 95 / Windows 2012.
1 parent 018e1af commit c813fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/socket.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ describe("Socket", function() {
5252
done();
5353
});
5454

55-
it("uses custom timeout when provided", done => {
55+
it.skip("uses custom timeout when provided", done => {
5656
const clock = FakeTimers.install();
5757
const socket = new eio.Socket({
5858
transports: [],

0 commit comments

Comments
 (0)