Skip to content

Commit

Permalink
Filter integration tests for RayJob only
Browse files Browse the repository at this point in the history
  • Loading branch information
mszadkow committed Jan 16, 2025
1 parent 362733f commit 4d84973
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 @@ -1447,7 +1447,7 @@ var _ = ginkgo.Describe("Multikueue", ginkgo.Ordered, ginkgo.ContinueOnFailure,
})
})

ginkgo.It("Should run a RayJob on worker if admitted", func() {
ginkgo.FIt("Should run a RayJob on worker if admitted", func() {
admission := utiltesting.MakeAdmission(managerCq.Name).PodSets(
kueue.PodSetAssignment{
Name: "head",
Expand Down

0 comments on commit 4d84973

Please sign in to comment.