Skip to content

Commit e00241a

Browse files
Enable Windows plugin tests (flutter#119345)
* Fix binary path * Enable in presubmit
1 parent a2e65f7 commit e00241a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4420,7 +4420,6 @@ targets:
44204420
- .ci.yaml
44214421

44224422
- name: Windows plugin_test_windows
4423-
bringup: true # New task
44244423
recipe: devicelab/devicelab_drone
44254424
timeout: 60
44264425
properties:

dev/devicelab/lib/tasks/plugin_tests.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ public class $pluginClass: NSObject, FlutterPlugin {
298298
break;
299299
case 'windows':
300300
if (await exec(
301-
path.join(rootPath, 'build', 'windows', 'plugins', 'plugintest', 'Release', 'plugintest_plugin_test'),
301+
path.join(rootPath, 'build', 'windows', 'plugins', 'plugintest', 'Release', 'plugintest_test.exe'),
302302
<String>[],
303303
canFail: true,
304304
) != 0) {

0 commit comments

Comments
 (0)