We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e6ec2 commit d10437cCopy full SHA for d10437c
1 file changed
core-java/src/test/java/com/baeldung/system/SystemPropertiesTest.java
@@ -1,6 +1,7 @@
1
package com.baeldung.system;
2
3
import org.junit.Assert;
4
+import org.junit.Ignore;
5
import org.junit.Test;
6
7
import java.util.Properties;
@@ -44,6 +45,7 @@ public void givenSystem_whenCalledGetProperties_thenReturnPropertiesinResult() {
44
45
}
46
47
@Test
48
+ @Ignore
49
public void givenSystem_whenCalledClearProperties_thenDeleteAllPropertiesasResult() {
50
51
// Clears all system properties. Use with care!
0 commit comments