Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ public static void teardown() {
zkServer.teardown();
}

@Test
// TODO: SAMZA-1193 fix the following flaky test and re-enable it
// @Test
public void testZkBarrierForVersionUpgrade() {
String barrierId = "b1";
String ver = "1";
Expand Down