We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3e756e + 309b0a2 commit 38cbdedCopy full SHA for 38cbded
1 file changed
pkg/convert/convert.go
@@ -45,7 +45,7 @@ func Convert(suites *reporters.JUnitTestSuites) (string, error) {
45
for _, s := range suites.TestSuites {
46
printSuiteHeader(s)
47
for _, c := range s.TestCases {
48
- if c.Failure == nil {
+ if c.Failure == nil && c.Error == nil {
49
printTest(s, c)
50
}
51
0 commit comments