tests: make the gating plan specific to s390x
We will be adding non-s390x plans so do not globally disable all plans when run on non-s390x systems. Related: RHEL-73341
This commit is contained in:
parent
34c5406cbc
commit
eba87846e6
@ -7,3 +7,8 @@ discover:
|
||||
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
adjust:
|
||||
- when: arch != s390x
|
||||
enabled: false
|
||||
because: The s390utils package here is for the s390x platform only.
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
adjust:
|
||||
- when: arch != s390x
|
||||
enabled: false
|
||||
because: The s390utils package is s390x only.
|
||||
Loading…
Reference in New Issue
Block a user