Skip to content

Commit 0e1f3f3

Browse files
tests: add xfail for annotation example
1 parent bdca2f3 commit 0e1f3f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/modmail/test_logs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def log() -> ModmailLogger:
3131

3232

3333
@pytest.mark.dependency(depends=["create_logger"])
34+
@pytest.mark.xfail
3435
def test_notice_level(log: ModmailLogger) -> None:
3536
"""Test notice logging level prints a notice response."""
3637
notice_test_phrase = "Kinda important info"
@@ -56,3 +57,4 @@ def test_trace_level(log: ModmailLogger) -> None:
5657

5758
assert "TRACE" in resp
5859
assert trace_test_phrase in resp
60+
assert False # noqa: B011

0 commit comments

Comments
 (0)