Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Fixed flaky test suite, that was breaking github action build
Browse files Browse the repository at this point in the history
  • Loading branch information
galkk authored Nov 14, 2019
1 parent 764a125 commit 33c5cad
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,8 @@ public class LocalClusterStateTest {

@Before
public void init() {
mockLocalClusterState(MAPPING);
}

@After
public void cleanUp() {
LocalClusterState.state(null);
mockLocalClusterState(MAPPING);
}

@Test
Expand Down

0 comments on commit 33c5cad

Please sign in to comment.