Skip to content

Commit eb96d64

Browse files
authored
Merge pull request #20 from mazimkhan/automation
Specify blacklisted platforms in a json file
2 parents 066ab09 + 3b4abde commit eb96d64

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/filters.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"blacklist" : [ {
3+
"platforms" : ["EFM32GG_STK3700", "DISCO_F429ZI"]
4+
}
5+
]
6+
}

0 commit comments

Comments
 (0)