diff --git a/plans/gating.fmf b/plans/gating.fmf index 022ad79..bd2d0f4 100644 --- a/plans/gating.fmf +++ b/plans/gating.fmf @@ -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. diff --git a/plans/main.fmf b/plans/main.fmf index 2ce1fa7..e69de29 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,4 +0,0 @@ -adjust: - - when: arch != s390x - enabled: false - because: The s390utils package is s390x only.