From 3b24799fb0f700048276e8a20431fe6b51fa5673 Mon Sep 17 00:00:00 2001 From: LHerskind <16536249+LHerskind@users.noreply.github.com> Date: Tue, 18 Mar 2025 19:56:41 +0000 Subject: [PATCH] chore: once again skip the uniswap tests --- l1-contracts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l1-contracts/bootstrap.sh b/l1-contracts/bootstrap.sh index 6421b347eabe..afd25fb913c9 100755 --- a/l1-contracts/bootstrap.sh +++ b/l1-contracts/bootstrap.sh @@ -53,7 +53,7 @@ function build { function test_cmds { echo "$hash cd l1-contracts && solhint --config ./.solhint.json \"src/**/*.sol\"" echo "$hash cd l1-contracts && forge fmt --check" - echo "$hash cd l1-contracts && forge test && ./bootstrap.sh gas_report" + echo "$hash cd l1-contracts && forge test --no-match-contract UniswapPortalTest && ./bootstrap.sh gas_report" } function test {