Upgrade Tests: removing failing downgrade test to 7.1

This commit is contained in:
Vaidas Gasiunas 2022-05-13 11:47:57 +02:00
parent 6bb83adbdc
commit 7c9a213127
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ endif()
COMMAND ${CMAKE_SOURCE_DIR}/tests/TestRunner/upgrade_test.py
--build-dir ${CMAKE_BINARY_DIR}
--test-file ${CMAKE_SOURCE_DIR}/bindings/c/test/apitester/tests/upgrade/MixedApiWorkloadMultiThr.toml
--upgrade-path "7.1.3" "7.2.0" "7.1.3"
--upgrade-path "7.1.3" "7.2.0"
--process-number 3
)