ci: rename all the generic s3 tag to generic_s3_fixme

This commit is contained in:
Fu Hanxi
2022-03-25 12:56:58 +08:00
parent b37336f8b4
commit 9bb9b58b3b
3 changed files with 7 additions and 3 deletions

View File

@@ -244,6 +244,9 @@ class IdfPytestEmbedded:
if 'all_targets' in item_marker_names(item):
for _target in [*SUPPORTED_TARGETS, *PREVIEW_TARGETS]:
item.add_marker(_target)
# FIXME: temporarily modify the s3 runner tag "generic" to "s3_generic" due to the deep sleep bug
if 'generic' in item_marker_names(item) and 'esp32s3' in item_marker_names(item):
item.add_marker('generic_s3_fixme')
# filter all the test cases with "--target"
if self.target: