Disable batch testing for qtgrpc repo

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

Pick-to: 6.5 6.6
Change-Id: I2ed51dc971078e8bdf9e7b51372940374cc593f3
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Alexey Edelev 2023-07-26 13:11:56 +02:00 committed by Tatiana Borisova
parent efe4eb89a7
commit f77d778271
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 Quick QuickTest)
find_package(WrapgRPC QUIET)
endif()
set(QT_BUILD_TESTS_BATCHED FALSE)
qt_build_tests()