Skip to content

Commit 5bb3e8d

Browse files
committed
ci: Disable quickmaterialtest on Windows due to QTBUG-144137
It's a regression in Qt, unrelated to GammaRay.
1 parent 11c441c commit 5bb3e8d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-qt6.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,12 @@ jobs:
123123
124124
# Exclude
125125
# quicktexturetest
126+
# quickmaterialtest - Enable on Windows once QTBUG-144137 (affects 6.10)
126127
- name: Qt6 Run tests on Windows
127128
if: ${{ runner.os == 'Windows' && matrix.preset.tests_with == 'qt6' }}
128129
run: >
129130
ctest --test-dir ./build-${{ matrix.preset.name }} -C 'Release' --output-on-failure
130-
--exclude-regex "quicktexturetest|launchertest|probesettingstest"
131+
--exclude-regex "quickmaterialtest|quicktexturetest|launchertest|probesettingstest"
131132
132133
- name: Read tests log when it fails
133134
uses: andstor/file-reader-action@v1

0 commit comments

Comments
 (0)