Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Disable one more test
  • Loading branch information
timorl committed Nov 29, 2022
commit 94dac4eb0b594338deb8d88ce297b892cfab9035
36 changes: 18 additions & 18 deletions .github/workflows/e2e-tests-main-devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -439,23 +439,23 @@ jobs:
follow-up-finalization-check: true
timeout-minutes: 10

run-e2e-authorities-are-staking:
needs: [build-test-docker, build-test-client]
name: Run authorities are staking 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: authorities_are_staking
node-count: 6
reserved-seats: 3
non-reserved-seats: 3
follow-up-finalization-check: false
timeout-minutes: 15
# run-e2e-authorities-are-staking:
# needs: [build-test-docker, build-test-client]
# name: Run authorities are staking 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: authorities_are_staking
# node-count: 6
# reserved-seats: 3
# non-reserved-seats: 3
# follow-up-finalization-check: false
# timeout-minutes: 15

run-e2e-ban-automatic:
needs: [build-test-docker, build-test-client]
Expand Down Expand Up @@ -636,7 +636,7 @@ jobs:
run-e2e-rewards-stake-change,
run-e2e-rewards-change-stake-force-new-era,
run-e2e-rewards-points-basic,
run-e2e-authorities-are-staking,
# run-e2e-authorities-are-staking,
run-e2e-ban-automatic,
run-e2e-ban-manual,
run-e2e-ban-counter-clearing,
Expand Down