Skip to content

Commit 05e7b63

Browse files
authored
Temporarily disable KIND tests in CI (#4167)
1 parent b784ca6 commit 05e7b63

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Taskfile.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,10 @@ tasks:
274274
controller:ci-integration-tests:
275275
cmds:
276276
- task: cleanup-old-live-azure-resources
277-
- task: controller:test-integration-kind-ci
278-
- task: controller:test-multitenant-integration-kind-ci
277+
# TODO: These two test suites have been commented out temporarily
278+
# TODO: due to https://github.com/Azure/azure-service-operator/issues/4166
279+
# - task: controller:test-integration-kind-ci
280+
# - task: controller:test-multitenant-integration-kind-ci
279281
- task: cleanup-old-live-azure-resources # Run this on both sides of the test pass to do our best to avoid leaking something
280282

281283
controller:ci-live:

0 commit comments

Comments
 (0)