Skip to content

Commit

Permalink
chore(test): comment db-snap test (#1420)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola authored Oct 17, 2023
1 parent 94a7314 commit c25bfea
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,13 @@ paras:
--local-dir="${LOCAL_DIR}"
--test="paras.zndsl"

db-snapshot:
extends:
- .zombienet-common
script:
- /home/nonroot/zombie-net/scripts/ci/run-test-local-env-manager.sh
--local-dir="${LOCAL_DIR}"
--test="0013-db-snapshot.zndsl"
# db-snapshot:
# extends:
# - .zombienet-common
# script:
# - /home/nonroot/zombie-net/scripts/ci/run-test-local-env-manager.sh
# --local-dir="${LOCAL_DIR}"
# --test="0013-db-snapshot.zndsl"

chaos-delay:
extends:
Expand All @@ -283,4 +283,5 @@ chaos-delay:
script:
- /home/nonroot/zombie-net/scripts/ci/run-test-local-env-manager.sh
--local-dir="${LOCAL_DIR}"
--test="0001-delay.zndsl"
--test="0001-delay.zndsl"

0 comments on commit c25bfea

Please sign in to comment.