Skip to content

Commit e566595

Browse files
perdasilvaPer Goncalves da Silva
authored andcommitted
Disable dynamic resource e2e tests (#3403)
Signed-off-by: Per Goncalves da Silva <[email protected]> Co-authored-by: Per Goncalves da Silva <[email protected]> Upstream-repository: operator-lifecycle-manager Upstream-commit: 3030064296f4bdc078c7aff53381a0925f4ae868
1 parent 0bf2fba commit e566595

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

staging/operator-lifecycle-manager/test/e2e/dynamic_resource_e2e_test.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ import (
1717
"github.com/operator-framework/operator-lifecycle-manager/test/e2e/ctx"
1818
)
1919

20-
var _ = Describe("Subscriptions create required objects from Catalogs", func() {
20+
// This test was disabled because both of its tests are currently being skipped
21+
// We need to understand why and whether this test is even needed:
22+
// https://github.com/operator-framework/operator-lifecycle-manager/issues/3402
23+
var _ = XDescribe("Subscriptions create required objects from Catalogs", func() {
2124
var (
2225
crc versioned.Interface
2326
generatedNamespace corev1.Namespace

0 commit comments

Comments
 (0)