Skip to content

Commit

Permalink
Filter integration tests for single MK suite only
Browse files Browse the repository at this point in the history
  • Loading branch information
mszadkow committed Jan 16, 2025
1 parent 362733f commit 9f36f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile-test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ENVTEST_K8S_VERSION ?= 1.31
# to run without parallelism.
INTEGRATION_NPROCS ?= 4
# Folder where the integration tests are located.
INTEGRATION_TARGET ?= ./test/integration/...
INTEGRATION_TARGET ?= ./test/integration/multikueue/...
# Verbosity level for apiserver logging.
# The logging is disabled if 0.
INTEGRATION_API_LOG_LEVEL ?= 0
Expand Down
2 changes: 1 addition & 1 deletion test/integration/multikueue/multikueue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ var defaultEnabledIntegrations sets.Set[string] = sets.New(
"jobset.x-k8s.io/jobset", "kubeflow.org/mxjob", "kubeflow.org/paddlejob",
"kubeflow.org/pytorchjob", "kubeflow.org/tfjob", "kubeflow.org/xgboostjob")

var _ = ginkgo.Describe("Multikueue", ginkgo.Ordered, ginkgo.ContinueOnFailure, func() {
var _ = ginkgo.FDescribe("Multikueue", ginkgo.Ordered, ginkgo.ContinueOnFailure, func() {
var (
managerNs *corev1.Namespace
worker1Ns *corev1.Namespace
Expand Down

0 comments on commit 9f36f9d

Please sign in to comment.