Skip to content

Commit e9f6d76

Browse files
disable testNonStringSystemProperties()
1 parent 1338243 commit e9f6d76

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

modules/openapi-generator/src/test/java/org/openapitools/codegen/config/GlobalSettingsTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import static org.assertj.core.api.Assertions.assertThat;
99
import static org.assertj.core.api.Assertions.assertThatNoException;
1010

11-
import org.junit.jupiter.api.Disabled;
1211
import org.slf4j.LoggerFactory;
1312
import org.testng.annotations.BeforeClass;
1413
import org.testng.annotations.Test;
@@ -29,7 +28,7 @@ public void setUp() {
2928
System.getProperties().putAll(props);
3029
}
3130

32-
@Test @Disabled
31+
@Test(enabled = false)
3332
// comment out the following tests as it generates false alarms from time to time
3433
// also using system property will eventually be decommissioned
3534
public void testNonStringSystemProperties() {

0 commit comments

Comments
 (0)