Unverified Commit e00241a0 authored by stuartmorgan's avatar stuartmorgan Committed by GitHub

Enable Windows plugin tests (#119345)

* Fix binary path

* Enable in presubmit
parent a2e65f7c
......@@ -4420,7 +4420,6 @@ targets:
- .ci.yaml
- name: Windows plugin_test_windows
bringup: true # New task
recipe: devicelab/devicelab_drone
timeout: 60
properties:
......
......@@ -298,7 +298,7 @@ public class $pluginClass: NSObject, FlutterPlugin {
break;
case 'windows':
if (await exec(
path.join(rootPath, 'build', 'windows', 'plugins', 'plugintest', 'Release', 'plugintest_plugin_test'),
path.join(rootPath, 'build', 'windows', 'plugins', 'plugintest', 'Release', 'plugintest_test.exe'),
<String>[],
canFail: true,
) != 0) {
......
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