Skip to content

Commit 29654a4

Browse files
authored
Skip zombienet CI job until PolkadotJS includes SkipCheckIfFeeless extension (#2294)
1 parent 60c77a2 commit 29654a4

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.gitlab/pipeline/zombienet/substrate.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@
3838
tags:
3939
- zombienet-polkadot-integration-test
4040

41-
zombienet-substrate-0000-block-building:
42-
extends:
43-
- .zombienet-substrate-common
44-
script:
45-
- /home/nonroot/zombie-net/scripts/ci/run-test-local-env-manager.sh
46-
--local-dir="${LOCAL_DIR}/0000-block-building"
47-
--test="block-building.zndsl"
41+
# Skip this one until PolkadotJS includes `SkipCheckIfFeeless` extension
42+
# zombienet-substrate-0000-block-building:
43+
# extends:
44+
# - .zombienet-substrate-common
45+
# script:
46+
# - /home/nonroot/zombie-net/scripts/ci/run-test-local-env-manager.sh
47+
# --local-dir="${LOCAL_DIR}/0000-block-building"
48+
# --test="block-building.zndsl"
4849

4950
zombienet-substrate-0001-basic-warp-sync:
5051
extends:

0 commit comments

Comments
 (0)