Skip to content

Commit 14af4c8

Browse files
authored
Merge branch 'main' into fix-invalid-variables-in-workflows
2 parents 5f54e21 + 548d3c5 commit 14af4c8

File tree

27 files changed

+3929
-2113
lines changed

27 files changed

+3929
-2113
lines changed

.github/workflows/e2e-tests-main-devnet.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -345,22 +345,6 @@ jobs:
345345
follow-up-finalization-check: true
346346
timeout-minutes: 3
347347

348-
349-
run-e2e-fee-calculation:
350-
needs: [build-test-docker, build-test-client]
351-
name: Run e2e fee calculation test
352-
runs-on: ubuntu-20.04
353-
steps:
354-
- name: Checkout source code
355-
uses: actions/checkout@v2
356-
357-
- name: Run e2e test
358-
uses: ./.github/actions/run-e2e-test
359-
with:
360-
test-case: fee_calculation
361-
timeout-minutes: 2
362-
363-
364348
run-e2e-validators-rotate:
365349
needs: [build-test-docker, build-test-client]
366350
name: Run validators rotation test
@@ -706,7 +690,6 @@ jobs:
706690
run-e2e-staking-era-payouts-test,
707691
run-e2e-staking-new-validator-test,
708692
run-e2e-change-validators-test,
709-
run-e2e-fee-calculation,
710693
run-e2e-validators-rotate,
711694
run-e2e-era-payout,
712695
run-e2e-era-validators,

0 commit comments

Comments
 (0)