Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

fuchsia: Disable flaky TimeSensistiveTests #18656

Merged
merged 1 commit into from
May 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions testing/fuchsia/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,15 @@ echo "$(date) START:flutter_runner_tests ----------------------------"
--packages-directory packages
echo "$(date) DONE:flutter_runner_tests ----------------------------"

# TODO(https://github.com/flutter/flutter/issues/??): Re-enable
# FileTest's once they pass on Fuchsia.
# TODO(https://github.com/flutter/flutter/issues/57709): Re-enable FileTest's
# once they pass on Fuchsia.
# TODO(https://github.com/flutter/flutter/issues/58211): Re-enable MessageLoop
# tests once they pass on Fuchsia.
echo "$(date) START:fml_tests ---------------------------------------"
./fuchsia_ctl -d $device_name test \
-f fml_tests-0.far \
-t fml_tests \
-a "--gtest_filter=-FileTest.CanTruncateAndWrite:FileTest.CreateDirectoryStructure" \
-a "--gtest_filter=-MessageLoop.TimeSensistiveTest_*:FileTest.CanTruncateAndWrite:FileTest.CreateDirectoryStructure" \
--identity-file $pkey \
--timeout-seconds $test_timeout_seconds \
--packages-directory packages
Expand Down