mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-08-08 23:37:11 +00:00
remove gke from e2e
This commit is contained in:
@@ -35,7 +35,7 @@ var _ = SIGDescribe("crictl", func() {
|
||||
|
||||
ginkgo.BeforeEach(func() {
|
||||
// `crictl` is not available on all cloud providers.
|
||||
e2eskipper.SkipUnlessProviderIs("gce", "gke")
|
||||
e2eskipper.SkipUnlessProviderIs("gce")
|
||||
})
|
||||
|
||||
ginkgo.It("should be able to run crictl on the node", func(ctx context.Context) {
|
||||
|
||||
@@ -56,7 +56,7 @@ var _ = SIGDescribe("NodeProblemDetector", nodefeature.NodeProblemDetector, feat
|
||||
ginkgo.BeforeEach(func(ctx context.Context) {
|
||||
e2eskipper.SkipUnlessSSHKeyPresent()
|
||||
e2eskipper.SkipUnlessProviderIs(framework.ProvidersWithSSH...)
|
||||
e2eskipper.SkipUnlessProviderIs("gce", "gke")
|
||||
e2eskipper.SkipUnlessProviderIs("gce")
|
||||
e2eskipper.SkipUnlessNodeOSDistroIs("gci", "ubuntu")
|
||||
e2enode.WaitForTotalHealthy(ctx, f.ClientSet, time.Minute)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user