Commit 8f273e49 authored by Yegor's avatar Yegor Committed by GitHub

reenable dev/devicelab/test/run_test.dart (#6364)

I ran the test 10 times on Linux and Mac and it succeeded
consistently. Let's reenable until there are new reports that it's
flaky.

Fixes #5901
parent eabadad6
......@@ -35,7 +35,7 @@ void main() {
test('Exits with code 1 when fails to connect', () async {
expect(await runScript(<String>['smoke_test_setup_failure']), 1);
}, skip: true); // https://github.com/flutter/flutter/issues/5901
});
test('Exits with code 1 when results are mixed', () async {
expect(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment