From 3b4c205b4ba608c03296cd03dbc859481d86577f Mon Sep 17 00:00:00 2001 From: Dominik Toton Date: Mon, 18 Nov 2024 12:04:55 +0100 Subject: [PATCH] chore: disable flaky integration tests --- catalyst_voices/apps/voices/integration_test/Earthfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/catalyst_voices/apps/voices/integration_test/Earthfile b/catalyst_voices/apps/voices/integration_test/Earthfile index 822e0559415..75f0f3de6c8 100644 --- a/catalyst_voices/apps/voices/integration_test/Earthfile +++ b/catalyst_voices/apps/voices/integration_test/Earthfile @@ -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