Skip to content

Commit

Permalink
Fixup scs_k8s_conformance_tests/main_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Toni Finger <[email protected]>
  • Loading branch information
tonifinger committed Oct 1, 2024
1 parent 28e2416 commit 87901c6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ func TestMain(m *testing.M) {

case "usecluster":
log.Println("Use existing k8s cluster for the test")
log.Println("TO_BE_IMPLEMENTED")
//~ testenv = env.NewFromFlags()
log.Println("Not Yet Implemented")
//~ testenv = env.NewFromFlags()
//~ KubeConfig:= os.Getenv(KUBECONFIGFILE)
//~ testenv = env.NewWithKubeConfig(KubeConfig)
//~ testenv = env.NewWithKubeConfig(KubeConfig)

default:
// Assume we are running in the cluster as a Sonobuoy plugin.
Expand Down

0 comments on commit 87901c6

Please sign in to comment.