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:
@@ -17,8 +17,11 @@ void main() {
|
||||
final List<String> targetPlatforms = <String>[
|
||||
'apk',
|
||||
'web',
|
||||
if (platform.isWindows)
|
||||
'windows',
|
||||
// TODO(zra): Re-enable after https://github.com/flutter/flutter/issues/81837
|
||||
// is addressed.
|
||||
// https://github.com/flutter/flutter/issues/81950
|
||||
// if (platform.isWindows)
|
||||
// 'windows',
|
||||
if (platform.isMacOS)
|
||||
...<String>['macos', 'ios'],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user