We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9821f07 commit b2cd50aCopy full SHA for b2cd50a
1 file changed
tests/test_aiodns.py
@@ -1153,6 +1153,9 @@ async def test_query_dns_with_qclass() -> None:
1153
1154
1155
@pytest.mark.asyncio
1156
+@pytest.mark.skipif(
1157
+ sys.platform == 'darwin', reason='skipped on Darwin as it is flakey on CI'
1158
+)
1159
async def test_compat_txt_returns_str() -> None:
1160
"""Test deprecated query() TXT returns str for ASCII text."""
1161
resolver = aiodns.DNSResolver(timeout=5.0)
0 commit comments