Skip to content

Commit

Permalink
Disable Azure connected tests (WOR-1813).
Browse files Browse the repository at this point in the history
  • Loading branch information
cahrens committed Sep 3, 2024
1 parent 7a25c8a commit 74346a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full-service-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
gradleTask: [unitTest, connectedTest, connectedPlusTest, azureUnitTest, azureConnectedTest, azureConnectedPlusTest, awsUnitTest]
gradleTask: [unitTest, connectedTest, connectedPlusTest, azureUnitTest, awsUnitTest]

steps:
- name: Checkout current code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
strategy:
fail-fast: false
matrix:
gradleTask: [unitTest, connectedTest, azureUnitTest, azureConnectedTest, awsUnitTest]
gradleTask: [unitTest, connectedTest, azureUnitTest, awsUnitTest]

steps:
- name: Checkout current code
Expand Down

0 comments on commit 74346a0

Please sign in to comment.