Skip to content

Commit 603897d

Browse files
authored
test: update suites selected by default in runTestsWithSummary (#15463)
1 parent 8f66035 commit 603897d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

test/runTestsWithSummary.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,24 @@ const TEST_SUITES = [
1818
'collections-rest',
1919
'config',
2020
// 'create-payload-app', // Does not use DB adapter - tests CLI tool
21-
'custom-graphql',
21+
// 'custom-graphql', We don't support transactions
2222
'database',
2323
'dataloader',
2424
'endpoints', // Does not use DB adapter - only tests custom HTTP endpoints (but still useful for integration)
25-
// 'fields', // Very slow, run separately
25+
'field-paths',
2626
'fields-relationship',
2727
'folders',
2828
'folders-browse-by-disabled',
2929
'form-state',
3030
'globals',
3131
'graphql',
3232
'hooks',
33-
// 'joins', not supported yet in content api
33+
'joins',
3434
'kv',
3535
// 'lexical-mdx', Does not use DB adapter - only tests MDX ↔ JSON conversions (but still useful)
3636
'live-preview',
3737
'loader',
38-
// 'localization', We do not plan to support before EOY
38+
'localization',
3939
'locked-documents',
4040
'login-with-username',
4141
// 'payload-cloud', Has no real tests (only it.todo) - shows 0/0
@@ -53,7 +53,7 @@ const TEST_SUITES = [
5353
'plugin-stripe',
5454
'plugins',
5555
'query-presets',
56-
'queues',
56+
// 'queues', Not supported yet in content api
5757
'relationships',
5858
'sdk',
5959
// 'select', // this suite is slow. Also see this: https://figma.slack.com/archives/C097Z32TW4V/p1767978110705459
@@ -63,6 +63,7 @@ const TEST_SUITES = [
6363
'trash',
6464
'uploads',
6565
'versions',
66+
'fields', // slowest test suite
6667
]
6768

6869
interface SuiteResult {

0 commit comments

Comments
 (0)