Skip to content

Commit b688e88

Browse files
committed
adding @ignore tags to the AWS tests to prevent the pipeline from picking them up
1 parent ff7ac66 commit b688e88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-tests-karate/src/test/java/components/cloud/CheckAwsFeature.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@AWS
1+
@AWS @Ignore
22
Feature: Check whether AWS features are operational
33
The `/v1/secrets` endpoint returns a few example secrets to enable us to verify the connection
44

api-tests/src/test/resources/cucumber/features/cloud/CheckAwsFeature.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@AWS
1+
@AWS @Ignore
22
Feature: Check whether AWS features are operational
33
The `/v1/secrets` endpoint returns a few example secrets to enable us to verify the connection
44

0 commit comments

Comments
 (0)