Skip to content

Commit 41a9a35

Browse files
temporarily disable old integration test
Signed-off-by: Alexandre Lamarre <[email protected]>
1 parent 0351163 commit 41a9a35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/helm-project-operator/e2e_suite_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ var (
7272
)
7373

7474
var _ = BeforeSuite(func() {
75+
// TODO : make this test run in process
76+
Skip("temporarily disable")
7577
Expect(env.Parse(&ts)).To(Succeed(), "Could not parse test spec from environment variables")
7678
Expect(ts.Validate()).To(Succeed(), "Invalid input e2e test spec")
7779
ctxCa, ca := context.WithCancel(context.Background())

0 commit comments

Comments
 (0)