flutter/dev/automated_tests/flutter_test
Ian Hickson b257f6eac0 Make tests more resilient to timing. (#7753)
These tests would fail sometimes when run locally. Since they happen
to also be the ones that are flaky on bots, maybe there's some
relationship, even though the failure mode on bots is different. In
any case, this removes a variable.
2017-01-30 20:11:01 -08:00
..
README.md Make it possible to run tests live on a device (#3936) 2016-05-16 12:53:13 -07:00
test_async_utils_guarded_expectation.txt Make tests more resilient to timing. (#7753) 2017-01-30 20:11:01 -08:00
test_async_utils_guarded_test.dart Make it possible to run tests live on a device (#3936) 2016-05-16 12:53:13 -07:00
test_async_utils_unguarded_expectation.txt Make tests more resilient to timing. (#7753) 2017-01-30 20:11:01 -08:00
test_async_utils_unguarded_test.dart Make it possible to run tests live on a device (#3936) 2016-05-16 12:53:13 -07:00

The files in this directory are used as part of tests in the flutter_tools package. They are here because here these tests need a pubspec.yaml that references the flutter framework (which is intentionally not true of the flutter_tools package).