Skip to content

Commit

Permalink
Add disabled test which generates huge output into JUnit file
Browse files Browse the repository at this point in the history
  • Loading branch information
seberm committed Nov 18, 2024
1 parent 9cf0722 commit 2a7c422
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/report/junit/data/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,20 @@
/escape"<speci&l>_chars:
test: ./special_chars.sh

/big-output:
summary: Generate huge text data into <system-out> JUnit tag
link:
- verifies: https://github.com/teemtee/tmt/issues/3363
require:
- python

# The test must fail to generate output into a <system-out> tag
result: fail
test: python -c "print('a' * (10 * 1024 * 1024 + 1))"

# Do not enable the test by default to not waste the CI resources
enabled: false

/subresults/pass:
summary: Basic pass test of shell subresults
test: |
Expand Down

0 comments on commit 2a7c422

Please sign in to comment.