mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 05:30:26 +00:00
Revert "Cleanup ginkgo declarative naming in E2Es"
This commit is contained in:
@@ -28,7 +28,7 @@ import (
|
||||
var _ = Describe("Shell", func() {
|
||||
defer GinkgoRecover()
|
||||
|
||||
It(fmt.Sprintf("should pass tests for services.sh"), func() {
|
||||
It(fmt.Sprintf("tests that services.sh passes"), func() {
|
||||
// The services script only works on gce/gke
|
||||
if !providerIs("gce", "gke") {
|
||||
By(fmt.Sprintf("Skipping Shell test services.sh, which is only supported for provider gce and gke (not %s)",
|
||||
|
Reference in New Issue
Block a user