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 18a917f commit c732fe6Copy full SHA for c732fe6
test/index.ts
@@ -262,7 +262,7 @@ describe("@socket.io/postgres-adapter", () => {
262
servers[0].disconnectSockets();
263
});
264
265
- it("sends a packet before all socket instances disconnect", (done) => {
+ it.skip("sends a packet before all socket instances disconnect", (done) => {
266
const partialDone = times(3, done);
267
268
clientSockets.forEach((clientSocket) => {
0 commit comments