diff --git a/.circleci/config.yml b/.circleci/config.yml index 1fd923c2e01d8..b2afe0c6b1372 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -390,6 +390,8 @@ commands: # TODO: Do GL testing when https://bugzil.la/1375585 (lack of WebGL # support in headless mode) resolves EMTEST_LACKS_GRAPHICS_HARDWARE: "1" + # TODO(https://github.com/emscripten-core/emscripten/issues/24205) + EMTEST_LACKS_SOUND_HARDWARE: "1" EMTEST_LACKS_WEBGPU: "1" # OffscreenCanvas support is not yet done in Firefox. EMTEST_LACKS_OFFSCREEN_CANVAS: "1"