Skip to content

Commit

Permalink
skip to isolate
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Feb 20, 2024
1 parent 2d5e462 commit 35250fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport/impls/uds/uds.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('sending and receiving across unix sockets works', async () => {
unbindLogger();
});

test('multiple connections + binary codec', async () => {
test.skip('multiple connections + binary codec', async () => {
const clientId1 = 'client1';
const clientId2 = 'client2';
const serverId = 'SERVER';
Expand Down

0 comments on commit 35250fb

Please sign in to comment.