Enable Windows plugin tests (#119345)

* Fix binary path

* Enable in presubmit
This commit is contained in:
stuartmorgan 2023-02-16 13:21:10 -08:00 committed by GitHub
parent a2e65f7c32
commit e00241a060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -4420,7 +4420,6 @@ targets:
- .ci.yaml
- name: Windows plugin_test_windows
bringup: true # New task
recipe: devicelab/devicelab_drone
timeout: 60
properties:

View File

@ -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) {