We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 529259d + 76489ab commit 5e98248Copy full SHA for 5e98248
test/e2e/hrq_test.go
@@ -27,7 +27,8 @@ const (
27
resourceQuotaSingleton = "hrq.hnc.x-k8s.io"
28
)
29
30
-var _ = Describe("Hierarchical Resource Quota", func() {
+// HRQ tests are pending (disabled) until we turn them on in all the default manifests
31
+var _ = PDescribe("Hierarchical Resource Quota", func() {
32
BeforeEach(func() {
33
rand.Seed(time.Now().UnixNano())
34
CleanupTestNamespaces()
0 commit comments