From 3963258f2feba7a36707e6ba89fbffe0d93355ed Mon Sep 17 00:00:00 2001 From: greged93 <82421016+greged93@users.noreply.github.com> Date: Tue, 25 Jun 2024 14:54:54 +0200 Subject: [PATCH] fix: skip l1 l2 messaging (#1236) skip l1 l2 messaging --- scripts/staging.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/staging.sh b/scripts/staging.sh index c1bc3054c..6d88ca3a8 100644 --- a/scripts/staging.sh +++ b/scripts/staging.sh @@ -10,4 +10,4 @@ export KAKAROT_ADDRESS="${KAKAROT_ADDRESS}" export UNINITIALIZED_ACCOUNT_CLASS_HASH="${UNINITIALIZED_ACCOUNT_CLASS_HASH}" export ACCOUNT_CONTRACT_CLASS_HASH="${ACCOUNT_CONTRACT_CLASS_HASH}" -poetry run pytest -s tests/end_to_end +poetry run pytest -s tests/end_to_end --ignore tests/end_to_end/L1L2Messaging