Skip to content

Commit

Permalink
only test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
vagetablechicken committed Jun 17, 2023
1 parent 9ba58f8 commit bbaa8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ add_subdirectory(src)
if (COVERAGE_ENABLE AND CMAKE_COMPILER_IS_GNUCXX)
# FIXME(aceforeverd): api_server_test failed to run on debug mode, skip temporarily
SETUP_TARGET_FOR_COVERAGE_LCOV(NAME coverage
EXECUTABLE ctest --force-new-ctest-process --output-on-failure -E "api_server_test"
EXECUTABLE ctest --force-new-ctest-process --output-on-failure -R "snapshot_test" #-E "api_server_test"
DEPENDENCIES ${test_list})
endif ()

Expand Down

0 comments on commit bbaa8f9

Please sign in to comment.