File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
UnicodeJsps/src/test/java/org/unicode/jsptest Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 2727import org .junit .jupiter .api .Disabled ;
2828import org .junit .jupiter .api .Test ;
2929import org .junit .jupiter .api .condition .EnabledIf ;
30+ import org .junit .jupiter .api .condition .EnabledIfSystemProperty ;
3031import org .junit .jupiter .params .ParameterizedTest ;
3132import org .junit .jupiter .params .provider .Arguments ;
3233import 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 );
You can’t perform that action at this time.
0 commit comments