Skip to content

Commit f943346

Browse files
Deprecate the generation tests for Mendix 8
1 parent 6dbe1d4 commit f943346

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/command-tests/commands.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ const LIMIT_TESTS = !!process.env.LIMIT_TESTS;
1414
const PARALLELISM = 4;
1515

1616
const CONFIGS = [
17-
["web", "full", "ts", "8.0"],
18-
["native", "full", "ts", "8.6"],
19-
["web", "full", "ts", "8.6"],
20-
["web", "full", "js", "8.7"],
21-
["web", "full", "ts", "8.9"],
22-
["native", "full", "ts", "8.9"],
17+
// ["web", "full", "ts", "8.0"],
18+
// ["native", "full", "ts", "8.6"],
19+
// ["web", "full", "ts", "8.6"],
20+
// ["web", "full", "js", "8.7"],
21+
// ["web", "full", "ts", "8.9"],
22+
// ["native", "full", "ts", "8.9"],
2323
["web", "full", "js", "latest"],
2424
["web", "full", "ts", "latest"],
2525
["native", "full", "js", "latest"],

0 commit comments

Comments
 (0)