Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c2f1b09

Browse files
authored
Enable all engine test on windows (#12814)
1 parent b2e7e49 commit c2f1b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ task:
121121
ninja -C out/host_debug_unopt
122122
test_host_script: |
123123
cd %ENGINE_PATH%/src
124-
python flutter/testing/run_tests.py --type=engine --engine-filter=flutter_windows_unittests,client_wrapper_windows_unittests
124+
python flutter/testing/run_tests.py --type=engine
125125
- name: build_windows_opt_debug
126126
compile_host_script: |
127127
cd %ENGINE_PATH%/src

0 commit comments

Comments
 (0)