Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jan 28, 2025
1 parent 74f33fe commit 592b8d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ def logger_as_object():
""")


@skip_linux("Test is surprisingly flacky on Ubuntu")
@skip_windows("Test is surprisingly flacky on Windows")
@skip_linux(reason="Test is surprisingly flacky on Ubuntu")
@skip_windows(reason="Test is surprisingly flacky on Windows")
def test_new_extra_logger_root_config(invoke):
"""Modify the root logger via ``new_extra_logger()``"""

Expand Down

0 comments on commit 592b8d2

Please sign in to comment.