Disable batch testing for qtgrpc repo

Tests are not designed for batch testing, so disabling them.

Change-Id: I2ed51dc971078e8bdf9e7b51372940374cc593f3
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit f77d778271)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Alexey Edelev 2023-07-26 13:11:56 +02:00 committed by Qt Cherry-pick Bot
parent 316a1562be
commit 728f2ddbd1
1 changed files with 1 additions and 0 deletions

View File

@ -7,4 +7,5 @@ if(QT_BUILD_STANDALONE_TESTS)
find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS Gui)
find_package(WrapgRPC QUIET)
endif()
set(QT_BUILD_TESTS_BATCHED FALSE)
qt_build_tests()