Skip tst_QSharedMemory::useTooMuchMemory

The test manages to completely lock up our Linux ARM64 machines.

Task-number: QTBUG-119321
Change-Id: I7c36095d14e47ac0660f18ea07af7a04ec7688fb
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
This commit is contained in:
Ville Voutilainen 2023-12-21 11:33:21 +02:00
parent 0d7cda9cda
commit d8cd56df6b

View File

@ -583,6 +583,10 @@ void tst_QSharedMemory::attachBeforeCreate()
*/
void tst_QSharedMemory::useTooMuchMemory()
{
if (QSysInfo::productType() == QLatin1String("Debian")
|| QSysInfo::productType() == QLatin1String("debian"))
QSKIP("This test is unstable: QTBUG-119321");
#ifdef Q_OS_LINUX
bool success = true;
int count = 0;