Skip to content

Commit 87b82fb

Browse files
Simo Fältdangelog
authored andcommitted
Autotest: Setting tst_qaudiooutput and tst_qsound as insignificant
These always fails on virtual Mac CI nodes. Task-number: QTBUG-43507 Change-Id: I8f8fab92693aea7c797eee4e930c8ed5e82954c9 Reviewed-by: Akseli Salovaara <[email protected]> Reviewed-by: Giuseppe D'Angelo <[email protected]>
1 parent bf1fce4 commit 87b82fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/auto/qaudiooutput/qaudiooutput.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ wince*|symbian: {
1414
} else {
1515
DEFINES += SRCDIR=\\\"$$PWD/\\\"
1616
}
17+
macx:CONFIG += insignificant_test # QTBUG-43507

tests/auto/qsound/qsound.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ wince*|symbian: {
88
} else {
99
DEFINES += SRCDIR=\\\"$$PWD/\\\"
1010
}
11-
11+
macx:CONFIG += insignificant_test # QTBUG-43507

0 commit comments

Comments
 (0)