We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20117b2 + 858d591 commit db5a174Copy full SHA for db5a174
tests/kfto/validating_admission_policy_test.go
@@ -32,7 +32,6 @@ import (
32
kueuev1beta1 "sigs.k8s.io/kueue/apis/kueue/v1beta1"
33
testingpytorchjob "sigs.k8s.io/kueue/pkg/util/testingjobs/pytorchjob"
34
35
- . "github.com/opendatahub-io/distributed-workloads/tests/common"
36
. "github.com/opendatahub-io/distributed-workloads/tests/common/support"
37
)
38
@@ -56,8 +55,6 @@ var (
56
55
func TestValidatingAdmissionPolicy(t *testing.T) {
57
test := With(t)
58
59
- Tags(t, Sanity)
60
-
61
// Create namespace with unique name and required labels
62
var AsDefaultQueueNamespace = ErrorOption[*corev1.Namespace](func(ns *corev1.Namespace) error {
63
if ns.Labels == nil {
0 commit comments