Skip to content

Commit

Permalink
Run antctl e2e tests for clusters with Windows Nodes
Browse files Browse the repository at this point in the history
Signed-off-by: Antonin Bas <abas@vmware.com>
  • Loading branch information
antoninbas committed Apr 14, 2022
1 parent a82c88e commit 918984a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/antctl_test.go
Expand Up @@ -36,7 +36,6 @@ type cmdAndReturnCode struct {
// TestAntctl is the top-level test which contains all subtests for
// Antctl related test cases as they can share setup, teardown.
func TestAntctl(t *testing.T) {
skipIfHasWindowsNodes(t)
skipIfNotRequired(t, "mode-irrelevant")

data, err := setupTest(t)
Expand Down

0 comments on commit 918984a

Please sign in to comment.