Skip to content

Commit 1c82ba4

Browse files
authored
test(datastore): disable integration test workflows (#2451)
1 parent 2c4f85a commit 1c82ba4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/integ_test.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
scheme: AWSPinpointAnalyticsPluginIntegrationTests
5757

5858
api-integration-test:
59-
continue-on-error: true
59+
if: ${{ false }}
6060
needs: prepare-for-test
6161
runs-on: macos-12
6262
environment: IntegrationTest
@@ -112,6 +112,7 @@ jobs:
112112
scheme: GraphQLWithIAMIntegrationTests
113113

114114
api-graphqluserpool-integration-test:
115+
if: ${{ false }}
115116
needs: [api-integration-test]
116117
runs-on: macos-12
117118
environment: IntegrationTest
@@ -251,7 +252,7 @@ jobs:
251252
scheme: AWSCognitoAuthPluginIntegrationTests
252253

253254
datastore-integration-test:
254-
continue-on-error: true
255+
if: ${{ false }}
255256
needs: prepare-for-test
256257
runs-on: macos-12
257258
environment: IntegrationTest
@@ -306,7 +307,7 @@ jobs:
306307
workspace: DataStoreCategoryPlugin.xcworkspace
307308
scheme: AWSDataStoreIntegrationHubTests
308309
datastore-integration-local-test:
309-
continue-on-error: true
310+
if: ${{ false }}
310311
needs: [datastore-integration-test]
311312
runs-on: macos-12
312313
environment: IntegrationTest
@@ -334,7 +335,7 @@ jobs:
334335
scheme: AWSDataStoreIntegrationLocalTests
335336

336337
datastore-integration-V1-S1-test:
337-
continue-on-error: true
338+
if: ${{ false }}
338339
needs: [datastore-integration-test]
339340
runs-on: macos-12
340341
environment: IntegrationTest
@@ -740,7 +741,7 @@ jobs:
740741
workspace: DataStoreCategoryPlugin.xcworkspace
741742
scheme: AWSDataStoreIntegrationV2Scenario8V2Tests
742743
datastore-integration-V2-test:
743-
continue-on-error: true
744+
if: ${{ false }}
744745
needs: [datastore-integration-test]
745746
runs-on: macos-12
746747
environment: IntegrationTest

0 commit comments

Comments
 (0)