diff --git a/yarn-project/p2p/src/service/reqresp/p2p_client.integration.test.ts b/yarn-project/p2p/src/service/reqresp/p2p_client.integration.test.ts index 6364c497b86c..b52433a9b7bc 100644 --- a/yarn-project/p2p/src/service/reqresp/p2p_client.integration.test.ts +++ b/yarn-project/p2p/src/service/reqresp/p2p_client.integration.test.ts @@ -169,7 +169,8 @@ describe('Req Resp p2p client integration', () => { await sleep(1000); }; - it( + // TODO: re-enable all in file with https://github.com/AztecProtocol/aztec-packages/issues/8707 is fixed + it.skip( 'Returns undefined if unable to find a transaction from another peer', async () => { // We want to create a set of nodes and request transaction from them @@ -192,7 +193,7 @@ describe('Req Resp p2p client integration', () => { TEST_TIMEOUT, ); - it( + it.skip( 'Can request a transaction from another peer', async () => { // We want to create a set of nodes and request transaction from them @@ -218,7 +219,7 @@ describe('Req Resp p2p client integration', () => { TEST_TIMEOUT, ); - it( + it.skip( 'Will penalize peers that send invalid proofs', async () => { // We want to create a set of nodes and request transaction from them @@ -250,7 +251,7 @@ describe('Req Resp p2p client integration', () => { TEST_TIMEOUT, ); - it( + it.skip( 'Will penalize peers that send the wrong transaction', async () => { // We want to create a set of nodes and request transaction from them