Android: exclude faulty qfilesystemwatcher test

Task-number: QTBUG-88508
Change-Id: I11b845e74e599d3bdae4f9490a591893531bc77b
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit c7dec2faca476c94a40bd4ac5118915b1a5d9aa8)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Assam Boudjelthia 2020-11-25 20:23:26 +02:00 committed by Qt Cherry-pick Bot
parent e6a37561e3
commit 1d30822dea
3 changed files with 7 additions and 2 deletions

View File

@ -34,7 +34,7 @@ endif()
if(QT_FEATURE_private_tests OR UNIX)
add_subdirectory(qfilesystementry)
endif()
if(QT_FEATURE_filesystemwatcher)
if(QT_FEATURE_filesystemwatcher AND NOT ANDROID)
add_subdirectory(qfilesystemwatcher)
endif()
if(TARGET Qt::Network)

View File

@ -34,7 +34,8 @@ endif()
if(QT_FEATURE_private_tests OR UNIX)
add_subdirectory(qfilesystementry)
endif()
if(QT_FEATURE_filesystemwatcher)
# QTBUG-88508 # special case
if(QT_FEATURE_filesystemwatcher AND NOT ANDROID)
add_subdirectory(qfilesystemwatcher)
endif()
if(TARGET Qt::Network)

View File

@ -55,6 +55,10 @@ SUBDIRS=\
win32:!qtConfig(private_tests): SUBDIRS -= \
qfilesystementry
# QTBUG-88508
android: SUBDIRS -= \
qfilesystemwatcher
!qtConfig(filesystemwatcher): SUBDIRS -= \
qfilesystemwatcher