Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Disable HRQ e2e tests #196

Merged
merged 1 commit into from
Apr 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test/e2e/hrq_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ const (
resourceQuotaSingleton = "hrq.hnc.x-k8s.io"
)

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