Skip to content

Commit

Permalink
try enabling integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oldGreg5 committed Jan 16, 2025
1 parent 2f3bbbe commit 679a6a3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions catalyst_voices/apps/voices/integration_test/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ integration-test-web:
RUN ($driver --port=$driver_port > $driver.log &) && \
sleep 5 && \
flutter drive --driver=test_driver/integration_tests.dart \
--target=integration_test/app_test.dart \
--target=integration_test/all_test.dart \
-d web-server --browser-name=$browser --driver-port=$driver_port \
# https://github.com/flutter/flutter/issues/154727
--web-browser-flag=--disable-web-security \
Expand All @@ -49,7 +49,6 @@ integration-test-web:
# 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:
test-web-all:
BUILD +integration-test-web \
--browser=chrome \
--browser=firefox
--browser=chrome

0 comments on commit 679a6a3

Please sign in to comment.