Skip to content

Commit 7fdd750

Browse files
committed
fix: add failing tests to RUN_SOLO to prevent Jest worker SIGKILL errors
1 parent ae486c9 commit 7fdd750

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/split-e2e-tests-codebuild.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@ const CODEBUILD_GENERATE_CONFIG_PATH = join(REPO_ROOT, 'codebuild_specs', 'e2e_w
99
const RUN_SOLO = [
1010
'src/__tests__/auth_2c.test.ts',
1111
'src/__tests__/auth_2e.test.ts',
12+
'src/__tests__/auth_9.test.ts',
1213
'src/__tests__/api_6c.test.ts',
1314
'src/__tests__/aws-exports/js-frontend-config.test.ts',
1415
'src/__tests__/containers-api-1.test.ts',
1516
'src/__tests__/containers-api-2.test.ts',
1617
'src/__tests__/env-3.test.ts',
18+
'src/__tests__/function_2a.test.ts',
19+
'src/__tests__/geo-add-d.test.ts',
1720
'src/__tests__/geo-add-e.test.ts',
1821
'src/__tests__/geo-add-f.test.ts',
1922
'src/__tests__/geo-remove-1.test.ts',

0 commit comments

Comments
 (0)