Skip to content

Commit d4ef57b

Browse files
authored
[CI] Remove EMTEST_LACKS_OFFSCREEN_CANVAS from firefox config. NFC (#25427)
Apparently firefox has supported this since v105.
1 parent ec54193 commit d4ef57b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.circleci/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,6 @@ commands:
400400
# TODO(https://github.com/emscripten-core/emscripten/issues/24205)
401401
EMTEST_LACKS_SOUND_HARDWARE: "1"
402402
EMTEST_LACKS_WEBGPU: "1"
403-
# OffscreenCanvas support is not yet done in Firefox.
404-
EMTEST_LACKS_OFFSCREEN_CANVAS: "1"
405403
EMTEST_DETECT_TEMPFILE_LEAKS: "0"
406404
EMTEST_HEADLESS: "1"
407405
EMTEST_CORES: "2"
@@ -470,8 +468,6 @@ commands:
470468
# TODO(https://github.com/emscripten-core/emscripten/issues/24205)
471469
EMTEST_LACKS_SOUND_HARDWARE: "1"
472470
EMTEST_LACKS_WEBGPU: "1"
473-
# OffscreenCanvas support is not yet done in Firefox.
474-
EMTEST_LACKS_OFFSCREEN_CANVAS: "1"
475471
EMTEST_DETECT_TEMPFILE_LEAKS: "0"
476472
EMTEST_HEADLESS: "1"
477473
EMTEST_CORES: "2"

0 commit comments

Comments
 (0)