You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2016/12/13 02:04:36 UTC

geode git commit: GEODE-1975: add FlakyTest category to flaky test

Repository: geode
Updated Branches:
  refs/heads/develop e81ad7c64 -> da00dbd28


GEODE-1975: add FlakyTest category to flaky test


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/da00dbd2
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/da00dbd2
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/da00dbd2

Branch: refs/heads/develop
Commit: da00dbd280cdff33e2915af79e52548137eb346a
Parents: e81ad7c
Author: Kirk Lund <kl...@apache.org>
Authored: Mon Dec 12 18:04:19 2016 -0800
Committer: Kirk Lund <kl...@apache.org>
Committed: Mon Dec 12 18:04:19 2016 -0800

----------------------------------------------------------------------
 .../org/apache/geode/security/SecurityClusterConfigDUnitTest.java   | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/da00dbd2/geode-core/src/test/java/org/apache/geode/security/SecurityClusterConfigDUnitTest.java
----------------------------------------------------------------------
diff --git a/geode-core/src/test/java/org/apache/geode/security/SecurityClusterConfigDUnitTest.java b/geode-core/src/test/java/org/apache/geode/security/SecurityClusterConfigDUnitTest.java
index 10b12e5..9ce8262 100644
--- a/geode-core/src/test/java/org/apache/geode/security/SecurityClusterConfigDUnitTest.java
+++ b/geode-core/src/test/java/org/apache/geode/security/SecurityClusterConfigDUnitTest.java
@@ -105,6 +105,7 @@ public class SecurityClusterConfigDUnitTest extends JUnit4DistributedTestCase {
     assertTrue(secProps.containsKey("security-post-processor"));
   }
 
+  @Category(FlakyTest.class) // GEODE-1975
   @Test
   public void serverWithDifferentSecurityManagerShouldThrowException() {
     Properties props = new Properties();