Skip to content

Commit

Permalink
disable e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Dec 1, 2024
1 parent 59ba7b8 commit 1b1e6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/worker-api/src/integriteeWorker.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ describe('worker', () => {
});

// race condition so skipped
describe.only('session proxies (delegates) should work', () => {
describe.skip('session proxies (delegates) should work', () => {
it('add delegate should work', async () => {
const shard = network.shard;
const now = new Date();
Expand Down

0 comments on commit 1b1e6c9

Please sign in to comment.