Unverified Commit 927fbe55 authored by Danny Tuppeny's avatar Danny Tuppeny Committed by GitHub

Re-enable asserts on Windows integration tests (#42637)

* Enable asserts

See https://github.com/flutter/flutter/issues/36476

* Remove comment
parent 70dcbf4e
...@@ -265,9 +265,7 @@ Future<void> _runToolTests() async { ...@@ -265,9 +265,7 @@ Future<void> _runToolTests() async {
testPath: path.join(kTest, '$subshard$kDotShard'), testPath: path.join(kTest, '$subshard$kDotShard'),
useBuildRunner: canUseBuildRunner, useBuildRunner: canUseBuildRunner,
tableData: bigqueryApi?.tabledata, tableData: bigqueryApi?.tabledata,
// TODO(ianh): The integration tests fail to start on Windows if asserts are enabled. enableFlutterToolAsserts: true,
// See https://github.com/flutter/flutter/issues/36476
enableFlutterToolAsserts: !(subshard == 'integration' && Platform.isWindows),
); );
}, },
); );
......
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