Skip to content

Commit

Permalink
chore: temporarly disabled test enabled again
Browse files Browse the repository at this point in the history
  • Loading branch information
hsekowski-splunk committed Aug 21, 2023
1 parent fc02f59 commit a5c9f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_CVE_2023_32712():

# test for nonwhite characters and white characters as they should be represented in fixed Splunk instance
assert r"\x00" in _raw_event
# assert r"\x01\x02\x03\x04\x05\x06\x07\x08" in _raw_event
assert r"\x01\x02\x03\x04\x05\x06\x07\x08" in _raw_event
assert "\t\n" in _raw_event
assert r"\x0b\x0c" in _raw_event
# assert "\r" in _raw_event
Expand Down

0 comments on commit a5c9f64

Please sign in to comment.