Skip to content

Commit

Permalink
don’t validate AKS timesync during capz E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis committed Feb 16, 2022
1 parent 7b8db72 commit 1dd71ee
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 280 deletions.
10 changes: 0 additions & 10 deletions test/e2e/azure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -528,16 +528,6 @@ var _ = Describe("Workload cluster creation", func() {
WaitForControlPlaneMachinesReady: WaitForControlPlaneMachinesReady,
},
}, result)

Context("Validating AKS time synchronization", func() {
AzureDaemonsetTimeSyncSpec(ctx, func() AzureTimeSyncSpecInput {
return AzureTimeSyncSpecInput{
BootstrapClusterProxy: bootstrapClusterProxy,
Namespace: namespace,
ClusterName: clusterName,
}
})
})
})
})

Expand Down
245 changes: 0 additions & 245 deletions test/e2e/azure_timesync.go

This file was deleted.

25 changes: 0 additions & 25 deletions test/e2e/workloads/nsenter/daemonset.yaml

This file was deleted.

0 comments on commit 1dd71ee

Please sign in to comment.