diff --git a/.circleci/parallel_bytecode_report.sh b/.circleci/parallel_bytecode_report.sh index 208230622..4a19015ce 100755 --- a/.circleci/parallel_bytecode_report.sh +++ b/.circleci/parallel_bytecode_report.sh @@ -44,6 +44,9 @@ 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 ]]; then interface=$(echo -e "standard-json\ncli" | circleci tests split) echo "Selected interface: ${interface}"