Merge pull request #23937 from taosdata/fix/TD-27644-main

fix:disable snode unit test temporary
This commit is contained in:
Haojun Liao 2023-12-06 09:17:23 +08:00 committed by GitHub
commit 5cd7d31749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ target_link_libraries(
PUBLIC sut PUBLIC sut
) )
add_test( #add_test(
NAME dsnodeTest # NAME dsnodeTest
COMMAND dsnodeTest # COMMAND dsnodeTest
) #)