Merge pull request #27655 from taosdata/test/3.0/TD-31556
tetst:don't check assert of taosx and explorer in ci
This commit is contained in:
commit
857b6dae92
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue