From 286d617e3f06395ee5c88339b8d57170aad00213 Mon Sep 17 00:00:00 2001 From: ludamad Date: Sun, 13 Oct 2024 12:02:43 +0100 Subject: [PATCH] chore: disable e2e-p2p completely (#9219) she flakes again disabled until https://github.com/AztecProtocol/aztec-packages/issues/9164 --- yarn-project/end-to-end/Earthfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/yarn-project/end-to-end/Earthfile b/yarn-project/end-to-end/Earthfile index cd18833d3a0..c27a77e6d03 100644 --- a/yarn-project/end-to-end/Earthfile +++ b/yarn-project/end-to-end/Earthfile @@ -1,8 +1,9 @@ VERSION 0.8 -e2e-p2p: - LOCALLY - RUN ./scripts/e2e_test.sh ./src/e2e_p2p/ --runInBand +# Flakey, TODO(https://github.com/AztecProtocol/aztec-packages/issues/9164) +# e2e-p2p: +# LOCALLY +# RUN ./scripts/e2e_test.sh ./src/e2e_p2p/ --runInBand e2e-l1-with-wall-time: LOCALLY