Skip to content

Commit 905d39b

Browse files
committed
Gate it behind a flig until I figure out something smarter
1 parent 202b65f commit 905d39b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UnicodeJsps/src/test/java/org/unicode/jsptest/TestUnicodeSet.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
import org.junit.jupiter.api.Disabled;
2828
import org.junit.jupiter.api.Test;
2929
import org.junit.jupiter.api.condition.EnabledIf;
30+
import org.junit.jupiter.api.condition.EnabledIfSystemProperty;
3031
import org.junit.jupiter.params.ParameterizedTest;
3132
import org.junit.jupiter.params.provider.Arguments;
3233
import org.junit.jupiter.params.provider.MethodSource;
@@ -145,6 +146,10 @@ public void TestPretty() {
145146
}
146147

147148
@Test
149+
@EnabledIfSystemProperty(
150+
named = "UNICODETOOLS_TEST_WITH_INCREMENTAL_PROPERTIES",
151+
matches = ".*",
152+
disabledReason = "Tests with incremental properties must be run separately")
148153
public void TestGeneralCategoryGroupingsWithIncrementalProperties() {
149154
IndexUnicodeProperties.useIncrementalProperties();
150155
UcdLoader.setOldestLoadedUcd(VersionInfo.UNICODE_10_0);

0 commit comments

Comments
 (0)