Skip to content

Commit 3dc695d

Browse files
[flutter_tools] unconditionally skip bash test (#160690)
Work around: flutter/flutter#160689. I locally verified that we have not regressed what this was testing (that just invoking `//flutter/bin/dart` will not build the flutter tool).
1 parent 021b2b3 commit 3dc695d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/test/integration.shard/bash_entrypoint_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ echo executed dart binary
120120
} finally {
121121
tryToDelete(tempDir);
122122
}
123-
}, skip: platform.isWindows); // [intended] Windows does not use the bash entrypoint
123+
}, skip: true); // [intended] https://github.com/flutter/flutter/issues/160689
124124
}
125125

126126
// A test Dart app that will run until it receives SIGTERM

0 commit comments

Comments
 (0)