Skip to content

Commit ff67f30

Browse files
authored
Disable a new failing test, browser.test_webgl2_ubo_layout_binding. See #13887 (#13987)
1 parent 9d1952c commit ff67f30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_browser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,6 +1247,7 @@ def test_webgl_explicit_uniform_location(self):
12471247
def test_webgl_sampler_layout_binding(self):
12481248
self.btest('webgl_sampler_layout_binding.c', '1', args=['-s', 'GL_EXPLICIT_UNIFORM_BINDING=1'])
12491249

1250+
@unittest.skip('needs to be fixed, see https://github.com/emscripten-core/emscripten/pull/13887#issuecomment-825804449')
12501251
@requires_graphics_hardware
12511252
def test_webgl2_ubo_layout_binding(self):
12521253
self.btest('webgl2_ubo_layout_binding.c', '1', args=['-s', 'GL_EXPLICIT_UNIFORM_BINDING=1', '-s', 'MIN_WEBGL_VERSION=2'])

0 commit comments

Comments
 (0)