Skip to content

Commit 4ffe54b

Browse files
committed
Disable static member test
1 parent 7269f0c commit 4ffe54b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,8 @@ struct test tests[] = {
376376
_TEST(0099_commit_metadata, 0),
377377
_TEST(0100_thread_interceptors, TEST_F_LOCAL),
378378
_TEST(0101_fetch_from_follower, 0, TEST_BRKVER(2,4,0,0)),
379-
_TEST(0102_static_group_rebalance, 0, TEST_BRKVER(2,3,0,0)),
379+
_TEST(0102_static_group_rebalance, TEST_F_KNOWN_ISSUE,
380+
TEST_BRKVER(2,3,0,0)),
380381
_TEST(0104_fetch_from_follower_mock, TEST_F_LOCAL,
381382
TEST_BRKVER(2,4,0,0)),
382383

0 commit comments

Comments
 (0)