Skip to content

Commit 1929644

Browse files
authored
chore: temporarily disables flaky "should execute a custom script" test (#11487)
The newly added "should execute a custom script" int test is very flaky on mongodb - it was failing most of the time. This PR skips this test until it's fixed Example failures: - https://github.com/payloadcms/payload/actions/runs/13618762213/job/38065304540 - https://github.com/payloadcms/payload/actions/runs/13611742446/job/38049886588 - https://github.com/payloadcms/payload/actions/runs/13608918590/job/38043761182 - https://github.com/payloadcms/payload/actions/runs/13599001510/job/38021936623
1 parent f03d450 commit 1929644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/config/int.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ describe('Config', () => {
129129
}
130130
}
131131

132-
it('should execute a custom script', () => {
132+
it.skip('should execute a custom script', () => {
133133
deleteTestFile()
134134
executeCLI('start-server')
135135
expect(JSON.parse(readFileSync(testFilePath, 'utf-8')).docs).toHaveLength(1)

0 commit comments

Comments
 (0)