mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
tiny-test-fw: support ignore test cases in CI assign test stage
This commit is contained in:
@@ -107,6 +107,7 @@ MANDATORY_INFO = {
|
|||||||
"execution_time": 1,
|
"execution_time": 1,
|
||||||
"env_tag": "default",
|
"env_tag": "default",
|
||||||
"category": "function",
|
"category": "function",
|
||||||
|
"ignore": False,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -125,6 +125,7 @@ class AssignTest(object):
|
|||||||
# by default we only run function in CI, as other tests could take long time
|
# by default we only run function in CI, as other tests could take long time
|
||||||
DEFAULT_FILTER = {
|
DEFAULT_FILTER = {
|
||||||
"category": "function",
|
"category": "function",
|
||||||
|
"ignore": False,
|
||||||
}
|
}
|
||||||
|
|
||||||
def __init__(self, test_case_path, ci_config_file, case_group=Group):
|
def __init__(self, test_case_path, ci_config_file, case_group=Group):
|
||||||
|
Reference in New Issue
Block a user