diff --git a/dev/devicelab/test/run_test.dart b/dev/devicelab/test/run_test.dart index 382f32a000b..2a75476408a 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(