summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/corelib/io/qfile/BLACKLIST3
-rw-r--r--tests/auto/corelib/io/qfile/tst_qfile.cpp3
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/corelib/io/qfile/BLACKLIST b/tests/auto/corelib/io/qfile/BLACKLIST
deleted file mode 100644
index 19f1cccf9e..0000000000
--- a/tests/auto/corelib/io/qfile/BLACKLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-# QTBUG-89398
-[moveToTrash]
-android
diff --git a/tests/auto/corelib/io/qfile/tst_qfile.cpp b/tests/auto/corelib/io/qfile/tst_qfile.cpp
index e408cd3e48..0aa38bca31 100644
--- a/tests/auto/corelib/io/qfile/tst_qfile.cpp
+++ b/tests/auto/corelib/io/qfile/tst_qfile.cpp
@@ -3701,6 +3701,9 @@ void tst_QFile::moveToTrash_data()
void tst_QFile::moveToTrash()
{
+#ifdef Q_OS_ANDROID
+ QSKIP("Android doesn't implement a trash bin");
+#endif
QFETCH(QString, source);
QFETCH(bool, create);
QFETCH(bool, result);