We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e3b62 commit 320e830Copy full SHA for 320e830
test/index.ts
@@ -320,7 +320,7 @@ describe("@socket.io/postgres-adapter", () => {
320
servers[0].disconnectSockets();
321
});
322
323
- it("sends a packet before all socket instances disconnect", (done) => {
+ it.skip("sends a packet before all socket instances disconnect", (done) => {
324
const partialDone = times(3, done);
325
326
clientSockets.forEach((clientSocket) => {
0 commit comments