Skip to content

Commit

Permalink
chore(cat-voices): disable flaky integration tests (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtscalac authored Nov 18, 2024
1 parent ca1c4f9 commit 1d1c10a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion catalyst_voices/apps/voices/integration_test/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ integration-test-web:
exit 1
END

test-web-all:
# TODO(dtscalac): disabled integration tests due to them being flaky,
# reenable when enable-threads.js workaround is removed
# and https://github.com/fzyzcjy/flutter_rust_bridge/issues/2407 closed
disabled-test-web-all:
BUILD +integration-test-web \
--browser=chrome \
--browser=firefox

0 comments on commit 1d1c10a

Please sign in to comment.