Skip to content

Commit 231b0db

Browse files
committed
Disable integration tests on appveyor
1 parent cfdc712 commit 231b0db

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.appveyor.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/macos-integration-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66

77
env:
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

1013
jobs:
1114
test-macos:

0 commit comments

Comments
 (0)