From 8f273e49dea9233aa2958744a2c513e23b4f3fe6 Mon Sep 17 00:00:00 2001 From: Yegor Date: Mon, 17 Oct 2016 19:31:58 -0700 Subject: [PATCH] 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 --- dev/devicelab/test/run_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/devicelab/test/run_test.dart b/dev/devicelab/test/run_test.dart index 2a75476408..382f32a000 100644 --- a/dev/devicelab/test/run_test.dart +++ b/dev/devicelab/test/run_test.dart @@ -35,7 +35,7 @@ void main() { test('Exits with code 1 when fails to connect', () async { expect(await runScript(['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(