Skip to content

Commit

Permalink
CI: Re-enable *_bytecode_too_large_* and *_combined_too_large* tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clonker committed Jul 1, 2024
1 parent ef9aa90 commit 8b0bb61
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/parallel_bytecode_report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 8b0bb61

Please sign in to comment.