From 8b0bb61a7a9392d07b965e88c267123743869426 Mon Sep 17 00:00:00 2001 From: clonker Date: Mon, 1 Jul 2024 18:30:03 +0200 Subject: [PATCH] CI: Re-enable *_bytecode_too_large_* and *_combined_too_large* tests --- .circleci/parallel_bytecode_report.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/parallel_bytecode_report.sh b/.circleci/parallel_bytecode_report.sh index 7fe22c343283..ee9dfde9f3ae 100755 --- a/.circleci/parallel_bytecode_report.sh +++ b/.circleci/parallel_bytecode_report.sh @@ -44,9 +44,6 @@ cd test-cases/ echo "Preparing input files" python3 ../scripts/isolate_tests.py ../test/ -# FIXME: These cases crash because of https://github.com/ethereum/solidity/issues/13583 -rm ./*_bytecode_too_large_*.sol ./*_combined_too_large_*.sol - if [[ $binary_type == native || $binary_type == "osx_intel" ]]; then interface=$(echo -e "standard-json\ncli" | circleci tests split) echo "Selected interface: ${interface}"