Unverified Commit 8eca86de authored by godofredoc's avatar godofredoc Committed by GitHub

Revert "Disable flutter_build_with_compilation_error_test on Windows (#81951)" (#82401)

This reverts commit 577f5eb0.
parent 766b4509
......@@ -17,11 +17,8 @@ void main() {
final List<String> targetPlatforms = <String>[
'apk',
'web',
// 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.isWindows)
'windows',
if (platform.isMacOS)
...<String>['macos', 'ios'],
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment