From 886eebf0e1a37c6cfa009833d64e623e2521f876 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Fri, 9 Feb 2024 14:26:59 -0800 Subject: [PATCH] Link to bug in test_webgl_multi_draw test. NFC --- test/test_browser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'],),