Merge pull request #4013 from eugenp/h2-issue

ignore clear properties test
This commit is contained in:
Loredana Crusoveanu 2018-04-15 14:41:59 +03:00 committed by GitHub
commit e0738b0752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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!