From 168c86ed6ce7fe7a03e0aed1799f63256fe4c573 Mon Sep 17 00:00:00 2001 From: benesjan Date: Wed, 24 Apr 2024 16:55:06 +0000 Subject: [PATCH] Revert "adding e2e_encryption test to CI" This reverts commit 0059381fe1dd750e1c729f072bcb6d6c6983af30. --- yarn-project/end-to-end/Earthfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/yarn-project/end-to-end/Earthfile b/yarn-project/end-to-end/Earthfile index 97186b75d30..59403a2400c 100644 --- a/yarn-project/end-to-end/Earthfile +++ b/yarn-project/end-to-end/Earthfile @@ -122,10 +122,6 @@ guides-dapp-testing: ARG e2e_mode=local DO +E2E_TEST --test=guides/dapp_testing.test.ts --e2e_mode=$e2e_mode -e2e-encryption: - ARG e2e_mode=local - DO +E2E_TEST --test=e2e_encryption.test.ts --e2e_mode=$e2e_mode - # TODO intermittent failure # guides-sample-dapp: # ARG e2e_mode=local