From dbb0fe7068e91716e774973518cbe45c773d16d4 Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Tue, 3 Sep 2024 18:37:45 +0800 Subject: [PATCH] tetst:don't check assert of taosx and explorer in ci --- tests/ci/count_assert.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/ci/count_assert.py b/tests/ci/count_assert.py index 2b51596403..aecc57578d 100644 --- a/tests/ci/count_assert.py +++ b/tests/ci/count_assert.py @@ -32,7 +32,9 @@ source_dirs = [ # List of directories to exclude exclude_dirs = [ - f"{TD_project_path}/community/source/client/jni" + f"{TD_project_path}/community/source/client/jni", + f"{TD_project_path}/enterprise/src/plugins/taosx", + f"{TD_project_path}/enterprise/src/plugins/explorer", ] # List of files to exclude