Skip to content

Commit

Permalink
cluster: disable unstable partition_moving test
Browse files Browse the repository at this point in the history
Pending fix for redpanda-data#2385

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

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
)
# 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
Expand Down

0 comments on commit fdf7036

Please sign in to comment.