diff --git a/test/test_browser.py b/test/test_browser.py index a4fc52506d5dc..896a46af15a16 100644 --- a/test/test_browser.py +++ b/test/test_browser.py @@ -4625,8 +4625,8 @@ def test_webgl_from_client_side_memory_without_default_enabled_extensions(self): # For testing WebGL draft extensions like this, if using chrome as the browser, # We might want to append the --enable-webgl-draft-extensions to the EMTEST_BROWSER env arg. @requires_graphics_hardware - @no_2gb('multiDrawElementsInstancedWEBGL: size exceeds the supported range') - @no_4gb('multiDrawElementsInstancedWEBGL: size exceeds the supported range') + @no_2gb('https://crbug.com/324562920') + @no_4gb('https://crbug.com/324562920') @parameterized({ 'arrays': (['-DMULTI_DRAW_ARRAYS'],), 'arrays_instanced': (['-DMULTI_DRAW_ARRAYS_INSTANCED'],),