diff --git a/source/common/test/dataformatTest.cpp b/source/common/test/dataformatTest.cpp index a7c150c0ca..10c1077697 100644 --- a/source/common/test/dataformatTest.cpp +++ b/source/common/test/dataformatTest.cpp @@ -449,7 +449,7 @@ static void checkTSRow(const char **data, STSRow *row, STSchema *pTSchema) { checkSColVal(data[i], &colVal, pCol->type); } } - +#ifndef WINDOWS TEST(testCase, tColDataGetValue) { SColData pColData = {0}; SColVal pColVal = {0}; @@ -462,6 +462,7 @@ TEST(testCase, tColDataGetValue) { pColData = {.nVal = 1, .flag = 8}; ASSERT_NE(tColDataGetValue(&pColData, 0, &pColVal),0); } +#endif TEST(testCase, AllNormTest) { int16_t nCols = 14;