Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A0-1903: update to 0.9.34 #926

Merged
merged 13 commits into from
Feb 20, 2023
Merged
17 changes: 0 additions & 17 deletions .github/workflows/e2e-tests-main-devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,22 +345,6 @@ jobs:
follow-up-finalization-check: true
timeout-minutes: 3


run-e2e-fee-calculation:
needs: [build-test-docker, build-test-client]
name: Run e2e fee calculation test
runs-on: ubuntu-20.04
steps:
- name: Checkout source code
uses: actions/checkout@v2

- name: Run e2e test
uses: ./.github/actions/run-e2e-test
with:
test-case: fee_calculation
timeout-minutes: 2


run-e2e-validators-rotate:
needs: [build-test-docker, build-test-client]
name: Run validators rotation test
Expand Down Expand Up @@ -706,7 +690,6 @@ jobs:
run-e2e-staking-era-payouts-test,
run-e2e-staking-new-validator-test,
run-e2e-change-validators-test,
run-e2e-fee-calculation,
run-e2e-validators-rotate,
run-e2e-era-payout,
run-e2e-era-validators,
Expand Down
Loading