File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
core/src/test/java/ai/timefold/solver/core Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 38
38
import ai .timefold .solver .core .testutil .PlannerTestUtils ;
39
39
40
40
import org .junit .jupiter .api .BeforeAll ;
41
- import org .junit .jupiter .api .parallel .Execution ;
42
- import org .junit .jupiter .api .parallel .ExecutionMode ;
43
41
import org .junit .jupiter .params .ParameterizedTest ;
44
42
import org .junit .jupiter .params .provider .EnumSource ;
45
43
46
- @ Execution (ExecutionMode .CONCURRENT )
47
44
class EnvironmentModeTest {
48
45
49
46
private static final int NUMBER_OF_RANDOM_NUMBERS_GENERATED = 1000 ;
Original file line number Diff line number Diff line change 23
23
import ai .timefold .solver .core .testdomain .list .unassignedvar .TestdataAllowsUnassignedValuesListValue ;
24
24
25
25
import org .assertj .core .api .Assertions ;
26
- import org .junit .jupiter .api .parallel .Execution ;
27
- import org .junit .jupiter .api .parallel .ExecutionMode ;
28
26
import org .junit .jupiter .params .ParameterizedTest ;
29
27
import org .junit .jupiter .params .provider .EnumSource ;
30
28
31
- @ Execution (ExecutionMode .CONCURRENT )
32
29
class AllowsUnassignedValuesListVariableSolverTest {
33
30
34
31
@ ParameterizedTest
You can’t perform that action at this time.
0 commit comments