File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/test/java/engineering/swat/watch Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2828 cache : ' maven'
2929
3030 - name : test
31- run : mvn -B clean test -Dtest="engineering.swat.watch.SingleDirectoryTests "
31+ run : mvn -B clean test"
3232 env :
3333 DELAY_FACTOR : 3
3434
Original file line number Diff line number Diff line change 5454import org .junit .jupiter .api .AfterEach ;
5555import org .junit .jupiter .api .BeforeAll ;
5656import org .junit .jupiter .api .BeforeEach ;
57+ import org .junit .jupiter .api .Disabled ;
5758import org .junit .jupiter .api .RepeatedTest ;
5859import org .junit .jupiter .api .condition .EnabledIfEnvironmentVariable ;
5960import org .junit .jupiter .params .ParameterizedTest ;
6061import org .junit .jupiter .params .provider .EnumSource ;
6162import org .junit .jupiter .params .provider .MethodSource ;
6263
64+ @ Disabled
6365class TortureTests {
6466
6567 private final Logger logger = LogManager .getLogger ();
You can’t perform that action at this time.
0 commit comments