Commit f572cb4
authored
[tests] skip flakey gatsby test (#12244)
This test is failing consistently.
Example:
https://github.com/vercel/vercel/actions/runs/11236739944/job/31240717514?pr=12242#step:8:5519
```
vercel:test: ● deploy gatsby twice and print cached directories
vercel:test:
vercel:test: thrown: "Exceeded timeout of 360000 ms for a test.
vercel:test: Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
vercel:test:
vercel:test: 735 | });
vercel:test: 736 |
vercel:test: > 737 | test(
vercel:test: | ^
vercel:test: 738 | 'deploy gatsby twice and print cached directories',
vercel:test: 739 | async () => {
vercel:test: 740 | const directory = example('gatsby');
vercel:test:
vercel:test: at Object.<anonymous> (test/integration-2.test.ts:737:1)
vercel:test: at runMicrotasks (<anonymous>)
```1 parent daa2d21 commit f572cb4
File tree
2 files changed
+7
-1
lines changed- .changeset
- packages/cli/test
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
734 | 734 | | |
735 | 735 | | |
736 | 736 | | |
737 | | - | |
| 737 | + | |
| 738 | + | |
738 | 739 | | |
739 | 740 | | |
740 | 741 | | |
| |||
0 commit comments