Skip to content

Commit 8f30230

Browse files
authored
ci: DIsable the cni-calico deep test (#7245)
This test currently fails to run due to errors initializing calico. This change removes this test until it can be fixed.
1 parent 9a756c3 commit 8f30230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- uninstall
6161
- upgrade-edge
6262
- upgrade-stable
63-
- cni-calico-deep
63+
#- cni-calico-deep # XXX currently broken
6464
- default-policy-deny
6565
needs: [docker_build]
6666
name: Integration tests (${{ matrix.integration_test }})

0 commit comments

Comments
 (0)