Skip to content

Commit

Permalink
disable PostgresqlTest.*
Browse files Browse the repository at this point in the history
  • Loading branch information
furmur committed Oct 2, 2024
1 parent d3b19cb commit 738995c
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 @@ -342,7 +342,7 @@ ADD_SUBDIRECTORY (debian)

IF(SEMS_USE_GTEST)
add_subdirectory(unit_tests)
add_custom_target(test USES_TERMINAL COMMAND /bin/bash ${CMAKE_SOURCE_DIR}/run_unit_test.sh all --gtest_filter=-FaxTest.*:RTPStream.SingleStreams:ZRTPTest.SingleTest:TransportTest.WebSocket)
add_custom_target(test USES_TERMINAL COMMAND /bin/bash ${CMAKE_SOURCE_DIR}/run_unit_test.sh all --gtest_filter=-FaxTest.*:PostgresqlTest.*:RTPStream.SingleStreams:ZRTPTest.SingleTest:TransportTest.WebSocket)
ENDIF(SEMS_USE_GTEST)

#SET_DIRECTORY_PROPERTIES(ADDITIONAL_MAKE_CLEAN_FILES *~)
Expand Down

0 comments on commit 738995c

Please sign in to comment.