mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
This reverts commit 8f273e49de
.
This commit is contained in:
parent
50b283144f
commit
4f8da89dc4
@ -35,7 +35,7 @@ void main() {
|
|||||||
|
|
||||||
test('Exits with code 1 when fails to connect', () async {
|
test('Exits with code 1 when fails to connect', () async {
|
||||||
expect(await runScript(<String>['smoke_test_setup_failure']), 1);
|
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 {
|
test('Exits with code 1 when results are mixed', () async {
|
||||||
expect(
|
expect(
|
||||||
|
Loading…
Reference in New Issue
Block a user