Skip to content

Commit

Permalink
GEODE-1148: Removing the flaky tag
Browse files Browse the repository at this point in the history
	* Test resolved as a part of prior commit.
  • Loading branch information
nabarunnag committed Oct 4, 2016
1 parent 0b61ae6 commit 18c2dc3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ public void testReplicatedSerialPropagationLoopBack() throws Exception {
assertEquals(1, createList2.size());
}

@Category(FlakyTest.class) // GEODE-1148
@Test
public void testReplicatedSerialPropagationLoopBack3SitesLoop() throws Exception {
Integer lnPort = (Integer)vm0.invoke(() -> WANTestBase.createFirstLocatorWithDSId( 1 ));
Expand Down

0 comments on commit 18c2dc3

Please sign in to comment.