Skip to content

Commit 00a67e4

Browse files
Drop the commented-out util line.
1 parent 0cbd266 commit 00a67e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/client/testing/common/xUnitParser.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ export class XUnitParser implements IXUnitParser {
6868
}
6969

7070
const data = await this.fs.readFile(outputXmlFile);
71-
// Un-comment this line to capture the results file for later use in tests:
72-
//await fs.writeFile('/tmp/results.xml', data);
7371

7472
const parserResult = await parseXML(data) as { testsuite: TestSuiteResult };
7573
updateTests(tests, parserResult.testsuite);

0 commit comments

Comments
 (0)