diff --git a/core-java/src/test/java/com/baeldung/system/SystemPropertiesTest.java b/core-java/src/test/java/com/baeldung/system/SystemPropertiesTest.java index bbae75091a..4fca27f96c 100644 --- a/core-java/src/test/java/com/baeldung/system/SystemPropertiesTest.java +++ b/core-java/src/test/java/com/baeldung/system/SystemPropertiesTest.java @@ -1,6 +1,7 @@ package com.baeldung.system; import org.junit.Assert; +import org.junit.Ignore; import org.junit.Test; import java.util.Properties; @@ -44,6 +45,7 @@ public class SystemPropertiesTest { } @Test + @Ignore public void givenSystem_whenCalledClearProperties_thenDeleteAllPropertiesasResult() { // Clears all system properties. Use with care!