Skip to content

Commit db5a174

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 20117b2 + 858d591 commit db5a174

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/kfto/validating_admission_policy_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import (
3232
kueuev1beta1 "sigs.k8s.io/kueue/apis/kueue/v1beta1"
3333
testingpytorchjob "sigs.k8s.io/kueue/pkg/util/testingjobs/pytorchjob"
3434

35-
. "github.com/opendatahub-io/distributed-workloads/tests/common"
3635
. "github.com/opendatahub-io/distributed-workloads/tests/common/support"
3736
)
3837

@@ -56,8 +55,6 @@ var (
5655
func TestValidatingAdmissionPolicy(t *testing.T) {
5756
test := With(t)
5857

59-
Tags(t, Sanity)
60-
6158
// Create namespace with unique name and required labels
6259
var AsDefaultQueueNamespace = ErrorOption[*corev1.Namespace](func(ns *corev1.Namespace) error {
6360
if ns.Labels == nil {

0 commit comments

Comments
 (0)