Skip to content

Commit 7459cab

Browse files
authored
Link to bug in test_webgl_multi_draw test. NFC (#21309)
1 parent b67eb49 commit 7459cab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_browser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4625,8 +4625,8 @@ def test_webgl_from_client_side_memory_without_default_enabled_extensions(self):
46254625
# For testing WebGL draft extensions like this, if using chrome as the browser,
46264626
# We might want to append the --enable-webgl-draft-extensions to the EMTEST_BROWSER env arg.
46274627
@requires_graphics_hardware
4628-
@no_2gb('multiDrawElementsInstancedWEBGL: size exceeds the supported range')
4629-
@no_4gb('multiDrawElementsInstancedWEBGL: size exceeds the supported range')
4628+
@no_2gb('https://crbug.com/324562920')
4629+
@no_4gb('https://crbug.com/324562920')
46304630
@parameterized({
46314631
'arrays': (['-DMULTI_DRAW_ARRAYS'],),
46324632
'arrays_instanced': (['-DMULTI_DRAW_ARRAYS_INSTANCED'],),

0 commit comments

Comments
 (0)