Ignore:
Timestamp:
2021-02-23T23:10:43+01:00 (3 years ago)
Author:
Don-vip
Message:

see #16567 - revert parallel execution of TaggingPresetPreferenceTestIT - huge instability

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/preferences/map/TaggingPresetPreferenceTestIT.java

    r17531 r17536  
    1818import org.junit.jupiter.api.BeforeAll;
    1919import org.junit.jupiter.api.extension.RegisterExtension;
    20 import org.junit.jupiter.api.parallel.Execution;
    21 import org.junit.jupiter.api.parallel.ExecutionMode;
    2220import org.junit.jupiter.params.ParameterizedTest;
    2321import org.junit.jupiter.params.provider.MethodSource;
     
    8280     * @throws Exception in case of error
    8381     */
    84     @Execution(ExecutionMode.CONCURRENT)
    8582    @ParameterizedTest(name = "{0} - {1}")
    8683    @MethodSource("data")
Note: See TracChangeset for help on using the changeset viewer.