We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31bd89 commit 3030064Copy full SHA for 3030064
test/e2e/dynamic_resource_e2e_test.go
@@ -17,7 +17,10 @@ import (
17
"github.com/operator-framework/operator-lifecycle-manager/test/e2e/ctx"
18
)
19
20
-var _ = Describe("Subscriptions create required objects from Catalogs", func() {
+// 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() {
24
var (
25
crc versioned.Interface
26
generatedNamespace corev1.Namespace
0 commit comments