Skip to content

Commit 8ac549c

Browse files
committed
Disable report tests on MacOS - flaky test
1 parent 2587354 commit 8ac549c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reports_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
os: [ubuntu-latest, windows-latest, macOS-latest]
42+
os: [ubuntu-latest, windows-latest]
4343
python-version: ["3.8", "3.9", "3.10"]
4444

4545
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)