Skip to content

Commit 26e0cb2

Browse files
committed
Undo changes
1 parent 80c1448 commit 26e0cb2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: integration/shared/isolated/isolated_suite_test.go

-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
package isolated
22

33
import (
4-
"flag"
5-
"fmt"
64
"testing"
75

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

1816
// Per Test Level
1917
homeDir string
20-
myFlag string
2118
)
2219

23-
func init() {
24-
flag.StringVar(&myFlag, "myFlag", "defaultvalue", "myFlag is used to control my behavior")
25-
}
2620
func TestIsolated(t *testing.T) {
2721
commonisolated.CommonTestIsolated(t)
28-
// flag.StringVar(&myFlag, "myFlag", "defaultvalue", "myFlag is used to control my behavior")
29-
fmt.Println("myFlag =========================", myFlag)
3022
}
3123

3224
var _ = commonisolated.CommonGinkgoSetup(

0 commit comments

Comments
 (0)