Skip to content

Commit

Permalink
Run acceptance tests non-concurrently (#25861)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk authored Jun 7, 2021
1 parent 7d02abc commit 069f7e8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion run-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ const UNIT_TEST_EXT = '.unit.test.js'
const DEV_TEST_EXT = '.dev.test.js'
const PROD_TEST_EXT = '.prod.test.js'

const NON_CONCURRENT_TESTS = ['test/integration/basic/test/index.test.js']
const NON_CONCURRENT_TESTS = [
'test/integration/basic/test/index.test.js',
'test/acceptance/ReactRefresh.dev.test.js',
'test/acceptance/ReactRefreshLogBox.dev.test.js',
'test/acceptance/ReactRefreshRegression.dev.test.js',
'test/acceptance/ReactRefreshRequire.dev.test.js',
]

// which types we have configured to run separate
const configuredTestTypes = [UNIT_TEST_EXT]
Expand Down

0 comments on commit 069f7e8

Please sign in to comment.