diff --git a/source/util/test/procTest.cpp b/source/util/test/procTest.cpp index 15a8b942b1..af53ddcea5 100644 --- a/source/util/test/procTest.cpp +++ b/source/util/test/procTest.cpp @@ -8,7 +8,7 @@ * @copyright Copyright (c) 2022 * */ - +#if 0 #include #include "tlog.h" #include "tprocess.h" @@ -260,3 +260,5 @@ TEST_F(UtilTesProc, 03_Handle) { dmCleanupProc(cproc); taosDropShm(&shm); } + +#endif \ No newline at end of file