|
56 | 56 | scheme: AWSPinpointAnalyticsPluginIntegrationTests
|
57 | 57 |
|
58 | 58 | api-integration-test:
|
59 |
| - continue-on-error: true |
| 59 | + if: ${{ false }} |
60 | 60 | needs: prepare-for-test
|
61 | 61 | runs-on: macos-12
|
62 | 62 | environment: IntegrationTest
|
@@ -112,6 +112,7 @@ jobs:
|
112 | 112 | scheme: GraphQLWithIAMIntegrationTests
|
113 | 113 |
|
114 | 114 | api-graphqluserpool-integration-test:
|
| 115 | + if: ${{ false }} |
115 | 116 | needs: [api-integration-test]
|
116 | 117 | runs-on: macos-12
|
117 | 118 | environment: IntegrationTest
|
@@ -251,7 +252,7 @@ jobs:
|
251 | 252 | scheme: AWSCognitoAuthPluginIntegrationTests
|
252 | 253 |
|
253 | 254 | datastore-integration-test:
|
254 |
| - continue-on-error: true |
| 255 | + if: ${{ false }} |
255 | 256 | needs: prepare-for-test
|
256 | 257 | runs-on: macos-12
|
257 | 258 | environment: IntegrationTest
|
@@ -306,7 +307,7 @@ jobs:
|
306 | 307 | workspace: DataStoreCategoryPlugin.xcworkspace
|
307 | 308 | scheme: AWSDataStoreIntegrationHubTests
|
308 | 309 | datastore-integration-local-test:
|
309 |
| - continue-on-error: true |
| 310 | + if: ${{ false }} |
310 | 311 | needs: [datastore-integration-test]
|
311 | 312 | runs-on: macos-12
|
312 | 313 | environment: IntegrationTest
|
@@ -334,7 +335,7 @@ jobs:
|
334 | 335 | scheme: AWSDataStoreIntegrationLocalTests
|
335 | 336 |
|
336 | 337 | datastore-integration-V1-S1-test:
|
337 |
| - continue-on-error: true |
| 338 | + if: ${{ false }} |
338 | 339 | needs: [datastore-integration-test]
|
339 | 340 | runs-on: macos-12
|
340 | 341 | environment: IntegrationTest
|
@@ -740,7 +741,7 @@ jobs:
|
740 | 741 | workspace: DataStoreCategoryPlugin.xcworkspace
|
741 | 742 | scheme: AWSDataStoreIntegrationV2Scenario8V2Tests
|
742 | 743 | datastore-integration-V2-test:
|
743 |
| - continue-on-error: true |
| 744 | + if: ${{ false }} |
744 | 745 | needs: [datastore-integration-test]
|
745 | 746 | runs-on: macos-12
|
746 | 747 | environment: IntegrationTest
|
|
0 commit comments