Skip to content

Commit

Permalink
chore: Temporarily skip failing gas tests (#5874)
Browse files Browse the repository at this point in the history
These were broken due to a bad merge coming from
#5828. Will fix and
reenable asap.
  • Loading branch information
spalladino authored Apr 19, 2024
1 parent b348ec1 commit ad55af0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -900,12 +900,12 @@ workflows:
# Benchmark jobs.
- bench-publish-rollup: *e2e_test
- bench-process-history: *e2e_test
- bench-tx-size: *e2e_test
# - bench-tx-size: *e2e_test
- bench-summary:
requires:
- bench-publish-rollup
- bench-process-history
- bench-tx-size
# - bench-tx-size
<<: *defaults

# Production releases.
Expand Down

0 comments on commit ad55af0

Please sign in to comment.