Skip to content

Commit

Permalink
GEODE-2542: add FlakyTest category to LocatorDUnit and LocatorUDPSecu…
Browse files Browse the repository at this point in the history
…rityDUnitTest
  • Loading branch information
kirklund committed Feb 24, 2017
1 parent 35f6d82 commit 8e22ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
*
* @since GemFire 4.0
*/
@Category({DistributedTest.class, MembershipTest.class})
@Category({DistributedTest.class, MembershipTest.class, FlakyTest.class}) // Flaky: GEODE-2542
public class LocatorDUnitTest extends JUnit4DistributedTestCase {

static volatile InternalDistributedSystem system = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

import java.util.Properties;

@Category({DistributedTest.class, MembershipTest.class})
@Category({DistributedTest.class, MembershipTest.class, FlakyTest.class}) // Flaky: GEODE-2542
public class LocatorUDPSecurityDUnitTest extends LocatorDUnitTest {

public LocatorUDPSecurityDUnitTest() {}
Expand Down

0 comments on commit 8e22ea2

Please sign in to comment.