Unverified Commit 09002457 authored by Kate Lovett's avatar Kate Lovett Committed by GitHub

Fix test_widgets-windows not running tests (#36468)

parent eef3d483
...@@ -370,7 +370,7 @@ Future<void> _runTests() async { ...@@ -370,7 +370,7 @@ Future<void> _runTests() async {
path.join(flutterRoot, 'packages', 'flutter'), path.join(flutterRoot, 'packages', 'flutter'),
tableData: bigqueryApi?.tabledata, tableData: bigqueryApi?.tabledata,
tests: <String>[ tests: <String>[
'test/widgets/', path.join('test', 'widgets') + path.separator,
], ],
); );
// Only packages/flutter/test/widgets/widget_inspector_test.dart really // Only packages/flutter/test/widgets/widget_inspector_test.dart really
...@@ -382,7 +382,7 @@ Future<void> _runTests() async { ...@@ -382,7 +382,7 @@ Future<void> _runTests() async {
options: <String>['--track-widget-creation'], options: <String>['--track-widget-creation'],
tableData: bigqueryApi?.tabledata, tableData: bigqueryApi?.tabledata,
tests: <String>[ tests: <String>[
'test/widgets/', path.join('test', 'widgets') + path.separator,
], ],
); );
} }
......
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