Skip to content

Commit

Permalink
Undo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gururajsh authored and a-b committed Oct 4, 2024
1 parent 8e46973 commit 6f21527
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions integration/shared/isolated/isolated_suite_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package isolated

import (
"flag"
"fmt"
"testing"

"code.cloudfoundry.org/cli/integration/helpers/commonisolated"
Expand All @@ -17,16 +15,10 @@ var (

// Per Test Level
homeDir string
myFlag string
)

func init() {
flag.StringVar(&myFlag, "myFlag", "defaultvalue", "myFlag is used to control my behavior")
}
func TestIsolated(t *testing.T) {
commonisolated.CommonTestIsolated(t)
// flag.StringVar(&myFlag, "myFlag", "defaultvalue", "myFlag is used to control my behavior")
fmt.Println("myFlag =========================", myFlag)
}

var _ = commonisolated.CommonGinkgoSetup(
Expand Down

0 comments on commit 6f21527

Please sign in to comment.