mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Disable flutter_build_with_compilation_error_test on Windows (#81951)
For https://github.com/flutter/flutter/issues/81837 https://github.com/flutter/flutter/issues/81950 to re-enabled
This commit is contained in:
parent
7f1d1414cc
commit
577f5eb06c
@ -17,8 +17,11 @@ void main() {
|
|||||||
final List<String> targetPlatforms = <String>[
|
final List<String> targetPlatforms = <String>[
|
||||||
'apk',
|
'apk',
|
||||||
'web',
|
'web',
|
||||||
if (platform.isWindows)
|
// TODO(zra): Re-enable after https://github.com/flutter/flutter/issues/81837
|
||||||
'windows',
|
// is addressed.
|
||||||
|
// https://github.com/flutter/flutter/issues/81950
|
||||||
|
// if (platform.isWindows)
|
||||||
|
// 'windows',
|
||||||
if (platform.isMacOS)
|
if (platform.isMacOS)
|
||||||
...<String>['macos', 'ios'],
|
...<String>['macos', 'ios'],
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user