Skip to content

Commit

Permalink
Disable adder contract test due to ink 4.2.0 upstream issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Apr 24, 2023
1 parent 25aac7e commit 74d38df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-tests-main-devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@ jobs:

run-e2e-adder-contract-test:
needs: [build-test-docker, build-test-client]
if: false
name: Run e2e adder contract test
runs-on: ubuntu-20.04
steps:
Expand Down Expand Up @@ -704,7 +705,7 @@ jobs:
run-e2e-ban-threshold,
run-e2e-version-upgrade,
run-e2e-permissionless-ban,
run-e2e-adder-contract-test,
# run-e2e-adder-contract-test,
# run-e2e-failing-version-upgrade,
# run-e2e-version-upgrade-catchup,
run-e2e-finality-version-change,
Expand Down

0 comments on commit 74d38df

Please sign in to comment.