Skip to content

Commit

Permalink
cluster: use label for partition_moving_test disabling
Browse files Browse the repository at this point in the history
Make it uniform with other disabled tests.

Signed-off-by: John Spray <jcs@vectorized.io>
  • Loading branch information
jcsp committed Sep 29, 2021
1 parent 1087bf0 commit 1fac623
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/v/cluster/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,14 @@ set_source_files_properties(
allocation_bench.cc
PROPERTIES SKIP_UNITY_BUILD_INCLUSION 1)

# Disabled until https://github.com/vectorizedio/redpanda/issues/2385 is resolved
#rp_test(
# UNIT_TEST
# BINARY_NAME partition_moving_test
# SOURCES partition_moving_test.cc
# LIBRARIES v::seastar_testing_main v::application v::storage_test_utils
# DEFINITIONS SEASTAR_TESTING_MAIN
# LABELS cluster
#)
rp_test(
UNIT_TEST
BINARY_NAME partition_moving_test
SOURCES partition_moving_test.cc
LIBRARIES v::seastar_testing_main v::application v::storage_test_utils
DEFINITIONS SEASTAR_TESTING_MAIN
LABELS cluster disable_on_ci # Disabled for https://github.com/vectorizedio/redpanda/issues/2385
)

rp_test(
UNIT_TEST
Expand Down

0 comments on commit 1fac623

Please sign in to comment.