Skip to content

Commit

Permalink
[core] move test_node_labels out of xcommit (ray-project#41434)
Browse files Browse the repository at this point in the history
it does not use xcommit

Signed-off-by: Lonnie Liu <[email protected]>
  • Loading branch information
aslonnie authored Nov 28, 2023
1 parent 2ded325 commit 5e1c181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ py_test_module_list(
"test_multinode_failures.py",
"test_multinode_failures_2.py",
"test_mpi.py",
"test_node_labels.py",
"test_node_manager.py",
"test_object_assign_owner.py",
"test_placement_group_2.py",
Expand Down Expand Up @@ -289,7 +290,6 @@ py_test_module_list(
"test_gcs_ha_e2e.py",
"test_gcs_ha_e2e_2.py",
"test_memory_pressure.py",
"test_node_labels.py",
],
size = "medium",
tags = ["exclusive", "team:core", "xcommit"],
Expand Down

0 comments on commit 5e1c181

Please sign in to comment.