Skip to content

Commit

Permalink
Enable the huge_tree option for lxml parser
Browse files Browse the repository at this point in the history
  • Loading branch information
seberm committed Nov 15, 2024
1 parent 938d8bc commit 9cf0722
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tmt/steps/report/junit.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ def _read_log_filter(log: Path) -> str:

xml_parser_kwargs: dict[str, Any] = {
'remove_blank_text': prettify,
'huge_tree': True,
'schema': None,
}

Expand Down

0 comments on commit 9cf0722

Please sign in to comment.