We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b784ca6 commit 05e7b63Copy full SHA for 05e7b63
Taskfile.yml
@@ -274,8 +274,10 @@ tasks:
274
controller:ci-integration-tests:
275
cmds:
276
- task: cleanup-old-live-azure-resources
277
- - task: controller:test-integration-kind-ci
278
- - task: controller:test-multitenant-integration-kind-ci
+ # TODO: These two test suites have been commented out temporarily
+ # 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
281
- task: cleanup-old-live-azure-resources # Run this on both sides of the test pass to do our best to avoid leaking something
282
283
controller:ci-live:
0 commit comments