Skip to content

Commit 6bca548

Browse files
committed
Disable all suites except lock
1 parent 080fe8d commit 6bca548

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

tests/tester.nim

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,38 @@
44
import testscommon
55

66
# suits imports
7-
import ttaskdeps
8-
import tnimbinaries
9-
import tinitcommand
10-
import tcheckcommand
11-
import tcleancommand
12-
import tdevelopfeature
13-
import tissues
14-
import tlocaldeps
7+
# import ttaskdeps
8+
# import tnimbinaries
9+
# import tinitcommand
10+
# import tcheckcommand
11+
# import tcleancommand
12+
# import tdevelopfeature
13+
# import tissues
14+
# import tlocaldeps
1515
import tlockfile
16-
import tmisctests
17-
import tmoduletests
18-
import tmultipkgs
19-
import tnimbledump
20-
import tnimblerefresh
21-
import tnimbletasks
22-
import tnimscript
23-
import tshellenv
24-
import tpathcommand
25-
import treversedeps
26-
import truncommand
27-
import tsetupcommand
28-
import ttestcommand
29-
import ttwobinaryversions
30-
import tuninstall
31-
import tsat
32-
import tniminstall
33-
import trequireflag
34-
import tdeclarativeparser
35-
import tforgeinstall
36-
import tforgeparser
37-
import tfilepathrequires
38-
import tglobalinstall
16+
# import tmisctests
17+
# import tmoduletests
18+
# import tmultipkgs
19+
# import tnimbledump
20+
# import tnimblerefresh
21+
# import tnimbletasks
22+
# import tnimscript
23+
# import tshellenv
24+
# import tpathcommand
25+
# import treversedeps
26+
# import truncommand
27+
# import tsetupcommand
28+
# import ttestcommand
29+
# import ttwobinaryversions
30+
# import tuninstall
31+
# import tsat
32+
# import tniminstall
33+
# import trequireflag
34+
# import tdeclarativeparser
35+
# import tforgeinstall
36+
# import tforgeparser
37+
# import tfilepathrequires
38+
# import tglobalinstall
3939
# # nonim tests are very slow and (often) break the CI.
4040

4141
# # import tnonim

0 commit comments

Comments
 (0)