From a0ee0118651d97381f892e24b789ac392a2d8be7 Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Fri, 11 Dec 2020 11:37:56 +0200 Subject: [PATCH] Android: exclude failing tests for tst_QPlainTextEdit on Android The Android tests were marked insignificant for some days, due to an emulator issue, these tests slipped during that time. Exclude them now to bring Android tests. Task-number: QTBUG-89402 Pick-to: 6.0 Change-Id: I96d0f87b36975b7e2c83956b04b6569a03a781a9 Reviewed-by: Eskil Abrahamsen Blomfeldt --- tests/auto/widgets/widgets/qplaintextedit/BLACKLIST | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/auto/widgets/widgets/qplaintextedit/BLACKLIST b/tests/auto/widgets/widgets/qplaintextedit/BLACKLIST index 36b9c9adee3..b71f2fcc0a2 100644 --- a/tests/auto/widgets/widgets/qplaintextedit/BLACKLIST +++ b/tests/auto/widgets/widgets/qplaintextedit/BLACKLIST @@ -3,3 +3,13 @@ android [adjustScrollbars] android +# QTBUG-89402 +[undoAvailableAfterPaste] +android +[copyAndSelectAllInReadonly] +android +[canPaste] +android +[updateCursorPositionAfterEdit] +android +