tetst:don't check assert of taosx and explorer in ci
This commit is contained in:
parent
019641e830
commit
dbb0fe7068
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue