Skip to content

Commit d9d72f7

Browse files
disable test while CI costs are discussed
Co-authored-by: Richard Case <[email protected]>
1 parent 2ea5ce8 commit d9d72f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/suites/unmanaged/unmanaged_functional_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,8 @@ var _ = ginkgo.Context("[unmanaged] [functional]", func() {
974974
})
975975
})
976976

977-
ginkgo.Describe("Dedicated hosts cluster test", func() {
977+
// NOTE: disabled whilst discussions happen on the costs.
978+
ginkgo.PDescribe("Dedicated hosts cluster test", func() {
978979
ginkgo.It("should create cluster with dedicated hosts", func() {
979980
specName := "dedicated-host"
980981
if !e2eCtx.Settings.SkipQuotas {

0 commit comments

Comments
 (0)