mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-05-20 10:54:28 -05:00
gtr: Fix skipped test output
This commit is contained in:
parent
824b607642
commit
d2d65ebe03
@ -116,7 +116,7 @@ func JUnit(report Report) junit.Testsuites {
|
||||
}
|
||||
} else if test.Result == Skip {
|
||||
tc.Skipped = &junit.Result{
|
||||
Data: strings.Join(test.Output, "\n"),
|
||||
Message: strings.Join(test.Output, "\n"),
|
||||
}
|
||||
}
|
||||
suite.AddTestcase(tc)
|
||||
|
Loading…
x
Reference in New Issue
Block a user