tetst:don't check assert of taosx and explorer in ci

This commit is contained in:
chenhaoran 2024-09-03 18:37:45 +08:00
parent 019641e830
commit dbb0fe7068
1 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,9 @@ source_dirs = [
# List of directories to exclude # List of directories to exclude
exclude_dirs = [ 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 # List of files to exclude