Skip to content

Commit b2cd50a

Browse files
committed
cleanup
1 parent 9821f07 commit b2cd50a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/test_aiodns.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,6 +1153,9 @@ async def test_query_dns_with_qclass() -> None:
11531153

11541154

11551155
@pytest.mark.asyncio
1156+
@pytest.mark.skipif(
1157+
sys.platform == 'darwin', reason='skipped on Darwin as it is flakey on CI'
1158+
)
11561159
async def test_compat_txt_returns_str() -> None:
11571160
"""Test deprecated query() TXT returns str for ASCII text."""
11581161
resolver = aiodns.DNSResolver(timeout=5.0)

0 commit comments

Comments
 (0)