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 2018/03/20 19:35:22 UTC

[geode] branch develop updated: GEODE-4885: Reenable DistributedRestoreSystemPropertiesTest

This is an automated email from the ASF dual-hosted git repository.

klund pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 220eff1  GEODE-4885: Reenable DistributedRestoreSystemPropertiesTest
220eff1 is described below

commit 220eff15b113e81919be7ce832a88a06b7b456a2
Author: Kirk Lund <kl...@apache.org>
AuthorDate: Tue Mar 20 12:34:54 2018 -0700

    GEODE-4885: Reenable DistributedRestoreSystemPropertiesTest
---
 .../test/dunit/rules/tests/DistributedRestoreSystemPropertiesTest.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git a/geode-core/src/test/java/org/apache/geode/test/dunit/rules/tests/DistributedRestoreSystemPropertiesTest.java b/geode-core/src/test/java/org/apache/geode/test/dunit/rules/tests/DistributedRestoreSystemPropertiesTest.java
index ce3db57..01793e9 100644
--- a/geode-core/src/test/java/org/apache/geode/test/dunit/rules/tests/DistributedRestoreSystemPropertiesTest.java
+++ b/geode-core/src/test/java/org/apache/geode/test/dunit/rules/tests/DistributedRestoreSystemPropertiesTest.java
@@ -17,7 +17,6 @@ package org.apache.geode.test.dunit.rules.tests;
 import static org.apache.geode.test.junit.runners.TestRunner.runTestWithExpectedFailure;
 import static org.assertj.core.api.Assertions.assertThat;
 
-import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.contrib.java.lang.system.RestoreSystemProperties;
@@ -27,7 +26,6 @@ import org.junit.runner.notification.Failure;
 import org.apache.geode.test.dunit.rules.DistributedRestoreSystemProperties;
 import org.apache.geode.test.junit.categories.UnitTest;
 
-@Ignore("GEODE-4885")
 @Category(UnitTest.class)
 public class DistributedRestoreSystemPropertiesTest {
 

-- 
To stop receiving notification emails like this one, please contact
klund@apache.org.