Skip to content

Commit 08aa60e

Browse files
committed
feature/cmake-vcpkg-toolchain: Exclude Databricks tests using Regex
1 parent c9c2800 commit 08aa60e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,7 @@ target_link_libraries(${PROJECT_NAME}_databricks_test PRIVATE
120120
enable_testing()
121121

122122
gtest_discover_tests(${PROJECT_NAME}_test)
123-
124-
gtest_discover_tests(
125-
${PROJECT_NAME}_databricks_test
126-
LABELS "dbrx"
127-
)
128-
123+
gtest_discover_tests(${PROJECT_NAME}_databricks_test)
129124

130125
#######################################################################################################
131126
# PROJECT INSTALLATION

0 commit comments

Comments
 (0)