File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ environment:
2626 job_group : build_flet_package
2727 APPVEYOR_BUILD_WORKER_IMAGE : ubuntu2204
2828
29- - job_name : Integration tests on macOS
30- job_group : integration_tests
31- python_stack : python 3.10
32- APPVEYOR_BUILD_WORKER_IMAGE : macos-sonoma
33- FLET_TEST_SCREENSHOTS_PIXEL_RATIO : 2.0
34- FLET_TEST_SIMILARITY_THRESHOLD : 99.0
29+ # - job_name: Integration tests on macOS
30+ # job_group: integration_tests
31+ # python_stack: python 3.10
32+ # APPVEYOR_BUILD_WORKER_IMAGE: macos-sonoma
33+ # FLET_TEST_SCREENSHOTS_PIXEL_RATIO: 2.0
34+ # FLET_TEST_SIMILARITY_THRESHOLD: 99.0
3535
3636 - job_name : Build Flet for Windows
3737 job_group : build_flet
Original file line number Diff line number Diff line change 66
77env :
88 FLUTTER_VERSION : " 3.32.8"
9+ FLET_TEST_SCREENSHOTS_PIXEL_RATIO : " 2.0"
10+ FLET_TEST_SIMILARITY_THRESHOLD : " 99.0"
11+ FLET_TEST_DISABLE_FVM : " 1"
912
1013jobs :
1114 test-macos :
You can’t perform that action at this time.
0 commit comments