Skip to content

Commit

Permalink
remove redundant 0016-approval-voting-parallel test (#7659)
Browse files Browse the repository at this point in the history
The test was flaky and was disabled here
#6345, looked at the
flakiness
#6345 (comment)
and it wasn't because of some bug in our production code, but because of
the way the test interacts with the infrastructure.

Since #7504 this test is
now testing redundant things that other tests like
0009-approval-voting-coalescing.toml and 0006-parachains-max-tranche0
already cover, so instead of investing trying to fix it, just remove it.

Fixes: #6345

Signed-off-by: Alexandru Gheorghe <[email protected]>
  • Loading branch information
alexggh authored and tiagobndr committed Feb 21, 2025
1 parent 915a39d commit 8038c03
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 163 deletions.
8 changes: 0 additions & 8 deletions .gitlab/pipeline/zombienet/polkadot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,14 +187,6 @@ zombienet-polkadot-functional-0015-coretime-shared-core:
--local-dir="${LOCAL_DIR}/functional"
--test="0015-coretime-shared-core.zndsl"

.zombienet-polkadot-functional-0016-approval-voting-parallel:
extends:
- .zombienet-polkadot-common
script:
- /home/nonroot/zombie-net/scripts/ci/run-test-local-env-manager.sh
--local-dir="${LOCAL_DIR}/functional"
--test="0016-approval-voting-parallel.zndsl"

zombienet-polkadot-functional-0018-shared-core-idle-parachain:
extends:
- .zombienet-polkadot-common
Expand Down
120 changes: 0 additions & 120 deletions polkadot/zombienet_tests/functional/0016-approval-voting-parallel.toml

This file was deleted.

This file was deleted.

0 comments on commit 8038c03

Please sign in to comment.