Skip to content

Commit

Permalink
GEODE-2275: add FlakyTest category to flickering test
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklund committed Feb 25, 2017
1 parent 2f25625 commit af2328a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
import org.apache.geode.test.dunit.VM;
import org.apache.geode.test.dunit.cache.internal.JUnit4CacheTestCase;
import org.apache.geode.test.junit.categories.DistributedTest;
import org.apache.geode.test.junit.categories.FlakyTest;

import org.apache.logging.log4j.Logger;
import org.assertj.core.api.JUnitSoftAssertions;
import org.junit.Ignore;
Expand Down Expand Up @@ -107,6 +109,7 @@ public void testPutWithClearSameVM() throws InterruptedException {
performTestAndCheckResults(putOperationsTest);
}

@Category(FlakyTest.class) // GEODE-2275
@Test
public void testPutWithClearDifferentVM() throws InterruptedException {
getVMs();
Expand Down

0 comments on commit af2328a

Please sign in to comment.