Skip to content

Commit 6ca0156

Browse files
committed
fix: remove failure attribute
1 parent b1898c5 commit 6ca0156

File tree

1 file changed

+0
-1
lines changed
  • lib/internal/test_runner/reporter

1 file changed

+0
-1
lines changed

lib/internal/test_runner/reporter/junit.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ module.exports = async function* junitReporter(source) {
138138
children: [inspectWithNoCustomRetry(error, inspectOptions)],
139139
});
140140
currentTest.failures = 1;
141-
currentTest.attrs.failure = error?.message ?? '';
142141
}
143142
}
144143
break;

0 commit comments

Comments
 (0)