We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a073b commit e5f58feCopy full SHA for e5f58fe
.circleci/config.yml
@@ -390,6 +390,8 @@ commands:
390
# TODO: Do GL testing when https://bugzil.la/1375585 (lack of WebGL
391
# support in headless mode) resolves
392
EMTEST_LACKS_GRAPHICS_HARDWARE: "1"
393
+ # TODO(https://github.com/emscripten-core/emscripten/issues/24205)
394
+ EMTEST_LACKS_SOUND_HARDWARE: "1"
395
EMTEST_LACKS_WEBGPU: "1"
396
# OffscreenCanvas support is not yet done in Firefox.
397
EMTEST_LACKS_OFFSCREEN_CANVAS: "1"
0 commit comments