From 244a22399c13c280095be5aae422c79567f0b330 Mon Sep 17 00:00:00 2001 From: ludamad Date: Thu, 10 Oct 2024 20:25:12 +0100 Subject: [PATCH] Update Earthfile --- yarn-project/end-to-end/Earthfile | 1 + 1 file changed, 1 insertion(+) diff --git a/yarn-project/end-to-end/Earthfile b/yarn-project/end-to-end/Earthfile index b60a860fcf4..cd18833d3a0 100644 --- a/yarn-project/end-to-end/Earthfile +++ b/yarn-project/end-to-end/Earthfile @@ -300,5 +300,6 @@ kind-network-smoke: kind-network-transfer: ARG values_file LOCALLY + # TODO(https://github.com/AztecProtocol/aztec-packages/issues/9166): # This has || true so it does NOT report failure in github actions job. To be reenabled once stable RUN NAMESPACE=transfer FRESH_INSTALL=true VALUES_FILE=${values_file:-default.yaml} ./scripts/network_test.sh ./src/spartan/transfer.test.ts || true