Merge pull request #6876 from sfc-gh-ljoswiak/fixes/upgrade-tests-arm-support

Disable end-to-end upgrade tests for non-x86_64 platforms
This commit is contained in:
Vaidas Gasiunas 2022-04-19 10:55:35 +02:00 committed by GitHub
commit 43b3ac23f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 12 deletions

View File

@ -253,7 +253,7 @@ endif()
${CMAKE_SOURCE_DIR}/bindings/c/test/apitester/tests ${CMAKE_SOURCE_DIR}/bindings/c/test/apitester/tests
) )
if(NOT USE_SANITIZER) if(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT USE_SANITIZER)
add_test(NAME fdb_c_upgrade_single_threaded add_test(NAME fdb_c_upgrade_single_threaded
COMMAND ${CMAKE_SOURCE_DIR}/tests/TestRunner/upgrade_test.py COMMAND ${CMAKE_SOURCE_DIR}/tests/TestRunner/upgrade_test.py
--build-dir ${CMAKE_BINARY_DIR} --build-dir ${CMAKE_BINARY_DIR}