From 0b1b572bd9b4e97de579e612cc6d7ed9489843f0 Mon Sep 17 00:00:00 2001 From: Maddiaa0 <47148561+Maddiaa0@users.noreply.github.com> Date: Fri, 8 Nov 2024 15:43:17 +0000 Subject: [PATCH] chore: disable rediscovery --- yarn-project/end-to-end/scripts/e2e_test_config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/yarn-project/end-to-end/scripts/e2e_test_config.yml b/yarn-project/end-to-end/scripts/e2e_test_config.yml index 869813c0f3d..1c110a0aa92 100644 --- a/yarn-project/end-to-end/scripts/e2e_test_config.yml +++ b/yarn-project/end-to-end/scripts/e2e_test_config.yml @@ -86,8 +86,9 @@ tests: test_path: 'e2e_p2p/gossip_network.test.ts' e2e_p2p_upgrade_governance_proposer: test_path: 'e2e_p2p/upgrade_governance_proposer.test.ts' - e2e_p2p_rediscovery: - test_path: 'e2e_p2p/rediscovery.test.ts' + # https://github.com/AztecProtocol/aztec-packages/issues/9843 + # e2e_p2p_rediscovery: + # test_path: 'e2e_p2p/rediscovery.test.ts' e2e_p2p_reqresp: test_path: 'e2e_p2p/reqresp.test.ts' flakey_e2e_tests: