test: mark "should cache build" as slow (#17637)

Frequently timing out on the bots.
This commit is contained in:
Dmitry Gozman 2022-09-27 13:09:05 -07:00 committed by GitHub
parent 06e73b414f
commit 50d4a5844f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,6 +202,8 @@ test('should extract component list', async ({ runInlineTest }, testInfo) => {
});
test('should cache build', async ({ runInlineTest }, testInfo) => {
test.slow();
await test.step('original test', async () => {
const result = await runInlineTest({
'playwright/index.html': `<script type="module" src="/playwright/index.ts"></script>`,