Skip to content

Commit 6589613

Browse files
committed
Skip flaky tests
1 parent f3e3905 commit 6589613

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration_tests/test_codemod_urls.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ async def visit_url(client, url):
1717
return url, None
1818

1919

20-
@pytest.mark.asyncio
2120
async def check_accessible_urls(urls):
2221
async with httpx.AsyncClient() as client:
2322
tasks = [visit_url(client, url) for url in urls]
@@ -36,6 +35,7 @@ async def check_accessible_urls(urls):
3635

3736

3837
@pytest.mark.asyncio
38+
@pytest.mark.skip(reason="Flaky test, needs investigation")
3939
async def test_codemod_reference_urls():
4040
urls = list(
4141
set(
@@ -50,6 +50,7 @@ async def test_codemod_reference_urls():
5050

5151

5252
@pytest.mark.asyncio
53+
@pytest.mark.skip(reason="Flaky test, needs investigation")
5354
async def test_tool_rules_urls():
5455
urls = [
5556
rule.url

0 commit comments

Comments
 (0)