Skip to content

Commit

Permalink
Disable static member test
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhill committed Dec 2, 2019
1 parent 7269f0c commit 4ffe54b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,8 @@ struct test tests[] = {
_TEST(0099_commit_metadata, 0),
_TEST(0100_thread_interceptors, TEST_F_LOCAL),
_TEST(0101_fetch_from_follower, 0, TEST_BRKVER(2,4,0,0)),
_TEST(0102_static_group_rebalance, 0, TEST_BRKVER(2,3,0,0)),
_TEST(0102_static_group_rebalance, TEST_F_KNOWN_ISSUE,
TEST_BRKVER(2,3,0,0)),
_TEST(0104_fetch_from_follower_mock, TEST_F_LOCAL,
TEST_BRKVER(2,4,0,0)),

Expand Down

0 comments on commit 4ffe54b

Please sign in to comment.