mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: mark "should cache build" as slow (#17637)
Frequently timing out on the bots.
This commit is contained in:
parent
06e73b414f
commit
50d4a5844f
@ -202,6 +202,8 @@ test('should extract component list', async ({ runInlineTest }, testInfo) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test('should cache build', async ({ runInlineTest }, testInfo) => {
|
test('should cache build', async ({ runInlineTest }, testInfo) => {
|
||||||
|
test.slow();
|
||||||
|
|
||||||
await test.step('original test', async () => {
|
await test.step('original test', async () => {
|
||||||
const result = await runInlineTest({
|
const result = await runInlineTest({
|
||||||
'playwright/index.html': `<script type="module" src="/playwright/index.ts"></script>`,
|
'playwright/index.html': `<script type="module" src="/playwright/index.ts"></script>`,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user