File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
apps/demos/utils/visual-tests Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ async function main() {
9696
9797 const failedCount = await retry ( ( ) => runner
9898 . reporter ( reporters )
99- . browsers ( process . env . BROWSERS || 'chrome --no-sandbox --disable-dev-shm-usage --disable-partial-raster --disable-skia-runtime-opts --run-all-compositor-stages-before-draw --disable-new-content-rendering-timeout --disable-threaded-animation --disable-threaded-scrolling --disable-checker-imaging --disable-image-animation-resync --use-gl=swiftshader --disable-features=PaintHolding --js-flags=--random-seed=2147483647 --font-render-hinting=none --disable-font-subpixel-positioning' )
99+ . browsers ( process . env . BROWSERS || 'chrome --disable-web-security -- no-sandbox --disable-dev-shm-usage --disable-partial-raster --disable-skia-runtime-opts --run-all-compositor-stages-before-draw --disable-new-content-rendering-timeout --disable-threaded-animation --disable-threaded-scrolling --disable-checker-imaging --disable-image-animation-resync --use-gl=swiftshader --disable-features=PaintHolding --js-flags=--random-seed=2147483647 --font-render-hinting=none --disable-font-subpixel-positioning' )
100100 . concurrency ( concurrency || 1 )
101101 . run ( {
102102 quarantineMode : getQuarantineMode ( ) ,
You can’t perform that action at this time.
0 commit comments