Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Commit 6ed33e6

Browse files
author
Silas Davis
authored
Merge pull request #1393 from hyperledger/deploy-fix
More parallel exclusions to make deploy tests pass
2 parents 441c193 + 6f5e95c commit 6ed33e6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

tests/jobs_fixtures/app52-proposal-execute/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
no-parallel: true
2+
13
jobs:
24
- name: foobar
35
deploy:

tests/jobs_fixtures/app57-bond-unbond/deploy.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
jobs:
1+
no-parallel: true
22

3+
jobs:
34
- name: power
45
set:
56
val: 12345
@@ -42,4 +43,4 @@ jobs:
4243
assert:
4344
key: $PowerAfterRemoved
4445
relation: eq
45-
val: $InitialTotalPower
46+
val: $InitialTotalPower

0 commit comments

Comments
 (0)