ignore clear properties test
This commit is contained in:
parent
90e6ec20e7
commit
d10437c7ab
@ -1,6 +1,7 @@
|
|||||||
package com.baeldung.system;
|
package com.baeldung.system;
|
||||||
|
|
||||||
import org.junit.Assert;
|
import org.junit.Assert;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import java.util.Properties;
|
import java.util.Properties;
|
||||||
@ -44,6 +45,7 @@ public class SystemPropertiesTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void givenSystem_whenCalledClearProperties_thenDeleteAllPropertiesasResult() {
|
public void givenSystem_whenCalledClearProperties_thenDeleteAllPropertiesasResult() {
|
||||||
|
|
||||||
// Clears all system properties. Use with care!
|
// Clears all system properties. Use with care!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user