Merge pull request #12222 from taosdata/fix/tsim

fix: temporarily disable encodeTest
This commit is contained in:
Shengliang Guan 2022-05-07 21:42:19 +08:00 committed by GitHub
commit 6b8b9f77a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#if 0
#include <iostream>
#include <gtest/gtest.h>
@ -439,3 +441,5 @@ TEST(td_encode_test, compound_struct_encode_test) {
}
#endif
#pragma GCC diagnostic pop
#endif