Skip to content

Commit

Permalink
Do not run tests against old API in CI (#6353)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Jul 11, 2024
1 parent 0744e7f commit 91d4580
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1388,11 +1388,13 @@ if(BUILD_TESTS)
${CMAKE_SOURCE_DIR}/samples/apps/logging/js --http2
)

add_e2e_test(
NAME membership_api_0
PYTHON_SCRIPT ${CMAKE_SOURCE_DIR}/tests/membership.py
ADDITIONAL_ARGS --gov-api-version "classic"
)
if(LONG_TESTS)
add_e2e_test(
NAME membership_api_0
PYTHON_SCRIPT ${CMAKE_SOURCE_DIR}/tests/membership.py
ADDITIONAL_ARGS --gov-api-version "classic"
)
endif()

add_e2e_test(
NAME membership_api_1
Expand Down

0 comments on commit 91d4580

Please sign in to comment.