Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 4319b98

Browse files
committed
Disable scenarios for architectures other then amd64
Signed-off-by: Pavel Macík <[email protected]>
1 parent 9a61734 commit 4319b98

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/acceptance/features/gettingStartedGuide.feature

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Feature: Getting Started Guide
2121
* Service Binding is deleted
2222

2323
@olm
24+
@disable.arch.ppc64le
25+
@disable.arch.s390x
26+
@disable.arch.arm64
2427
Scenario: Connecting PetClinic application to an Operator-backed PostgreSQL database
2528
Given Crunchy Data Postgres operator is running
2629
* PetClinic sample application is installed

test/acceptance/features/supportExistingOperatorBackedServices.feature

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
@olm
22
@supported-operator
3+
@disable.arch.ppc64le
4+
@disable.arch.s390x
5+
@disable.arch.arm64
36
Feature: Support a number of existing operator-backed services out of the box
47

58
As a user of Service Binding operator

0 commit comments

Comments
 (0)