This commit is contained in:
hathach 2024-06-11 13:09:32 +07:00
parent ac8b3d9af3
commit 545c7b8779
No known key found for this signature in database
GPG key ID: 26FAB84F615C3C52

View file

@ -352,8 +352,6 @@ def test_examples_in_folder(platform, folderpath):
is_skip = False
if os.path.exists(skipfilename):
is_skip = True
ColorPrint.print_warn("skipping")
continue
if os.path.exists(skip_txt):
with open(skip_txt) as f:
lines = f.readlines()