Upgrade Tests: Remove 6.2 from regression testing, because of sporadic failures

This commit is contained in:
Vaidas Gasiunas 2022-04-14 14:30:55 +02:00
parent a03ba928e4
commit 0a6b74ad3f
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ endif()
--build-dir ${CMAKE_BINARY_DIR} --build-dir ${CMAKE_BINARY_DIR}
--disable-log-dump --disable-log-dump
--test-file ${CMAKE_SOURCE_DIR}/bindings/c/test/apitester/tests/upgrade/MixedApiWorkloadSingleThr.toml --test-file ${CMAKE_SOURCE_DIR}/bindings/c/test/apitester/tests/upgrade/MixedApiWorkloadSingleThr.toml
--upgrade-path "6.2.30" "6.3.23" "7.0.0" "6.3.23" --upgrade-path "6.3.23" "7.0.0" "6.3.23"
--process-number 1 --process-number 1
) )