Skip to content

Commit

Permalink
skipping e2e_slow_tree
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Apr 23, 2024
1 parent 11a4040 commit 320ec55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/e2e_slow_tree.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { SlowTreeContract } from '@aztec/noir-contracts.js/SlowTree';

import { setup } from './fixtures/utils.js';

describe('e2e_slow_tree', () => {
describe.skip('e2e_slow_tree', () => {
let logger: DebugLogger;
let wallet: Wallet;
let teardown: () => Promise<void>;
Expand Down

0 comments on commit 320ec55

Please sign in to comment.