Skip to content

Commit 5e98248

Browse files
authored
Merge pull request kubernetes-retired#196 from adrianludwin/hrq-notest
Disable HRQ e2e tests
2 parents 529259d + 76489ab commit 5e98248

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/hrq_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ const (
2727
resourceQuotaSingleton = "hrq.hnc.x-k8s.io"
2828
)
2929

30-
var _ = Describe("Hierarchical Resource Quota", func() {
30+
// HRQ tests are pending (disabled) until we turn them on in all the default manifests
31+
var _ = PDescribe("Hierarchical Resource Quota", func() {
3132
BeforeEach(func() {
3233
rand.Seed(time.Now().UnixNano())
3334
CleanupTestNamespaces()

0 commit comments

Comments
 (0)