[#7] Ignore transitively skipped tests
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
parent
605ebf4fcf
commit
3ff610072c
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ func runTestsCmd(cmd *cobra.Command, _ []string) error {
|
|||
|
||||
groupTests := make(map[string][]string)
|
||||
for _, group := range testStruct.Groups {
|
||||
if group.Skip {
|
||||
continue
|
||||
}
|
||||
groupTests[group.Name] = group.Tests
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue