Skip to content

Commit

Permalink
re-enabled centralized tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed May 1, 2024
1 parent 16a9ab2 commit 9bf6a93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test-centralized.cpp
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ TEST_CASE("Test group handle for centralized group", "[centralize]") {
},
"bootstrap": "view"
})");
#if 0

SECTION("Test provider functionalities") {
char* config = flock_provider_get_config(group->providers[0]);
REQUIRE(config != nullptr);
@@ -186,7 +186,6 @@ TEST_CASE("Test group handle for centralized group", "[centralize]") {
// let the group do a few pings
margo_thread_sleep(context->mid, 5000);
}
#endif

SECTION("Test removing member") {
flock_client_t client;

0 comments on commit 9bf6a93

Please sign in to comment.