File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4625,8 +4625,8 @@ def test_webgl_from_client_side_memory_without_default_enabled_extensions(self):
4625
4625
# For testing WebGL draft extensions like this, if using chrome as the browser,
4626
4626
# We might want to append the --enable-webgl-draft-extensions to the EMTEST_BROWSER env arg.
4627
4627
@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 ' )
4630
4630
@parameterized ({
4631
4631
'arrays' : (['-DMULTI_DRAW_ARRAYS' ],),
4632
4632
'arrays_instanced' : (['-DMULTI_DRAW_ARRAYS_INSTANCED' ],),
You can’t perform that action at this time.
0 commit comments