diff --git a/playground/css-dynamic-import/__tests__/css-dynamic-import.spec.ts b/playground/css-dynamic-import/__tests__/css-dynamic-import.spec.ts index 56757fc293dbba..1bcdb0a0d99b07 100644 --- a/playground/css-dynamic-import/__tests__/css-dynamic-import.spec.ts +++ b/playground/css-dynamic-import/__tests__/css-dynamic-import.spec.ts @@ -97,7 +97,8 @@ baseOptions.forEach(({ base, label }) => { } ]) }) - } + }, + { retry: 3 } ) test.runIf(isServe)( @@ -116,6 +117,7 @@ baseOptions.forEach(({ base, label }) => { } ]) }) - } + }, + { retry: 3 } ) })