Skip to content

Commit

Permalink
unset windows
Browse files Browse the repository at this point in the history
  • Loading branch information
willie-yao committed Jan 23, 2025
1 parent 985e2e1 commit 47d351f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/capi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ var _ = Describe("Running the Cluster API E2E tests", func() {
// Use default as the clusterclass name so test infra can find the clusterclass template
Expect(os.Setenv("CLUSTER_CLASS_NAME", "ci-default")).To(Succeed())
Expect(os.Setenv("WORKER_MACHINE_COUNT", "1")).To(Succeed())
Expect(os.Setenv("WINDOWS_WORKER_MACHINE_COUNT", "1")).To(Succeed())
Expect(os.Unsetenv("WINDOWS_WORKER_MACHINE_COUNT")).To(Succeed())
capi_e2e.NodeDrainTimeoutSpec(context.TODO(), func() capi_e2e.NodeDrainTimeoutSpecInput {
return capi_e2e.NodeDrainTimeoutSpecInput{
E2EConfig: e2eConfig,
Expand Down

0 comments on commit 47d351f

Please sign in to comment.