We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1338243 commit e9f6d76Copy full SHA for e9f6d76
1 file changed
modules/openapi-generator/src/test/java/org/openapitools/codegen/config/GlobalSettingsTest.java
@@ -8,7 +8,6 @@
8
import static org.assertj.core.api.Assertions.assertThat;
9
import static org.assertj.core.api.Assertions.assertThatNoException;
10
11
-import org.junit.jupiter.api.Disabled;
12
import org.slf4j.LoggerFactory;
13
import org.testng.annotations.BeforeClass;
14
import org.testng.annotations.Test;
@@ -29,7 +28,7 @@ public void setUp() {
29
28
System.getProperties().putAll(props);
30
}
31
32
- @Test @Disabled
+ @Test(enabled = false)
33
// comment out the following tests as it generates false alarms from time to time
34
// also using system property will eventually be decommissioned
35
public void testNonStringSystemProperties() {
0 commit comments