Skip to content

Commit 9363aa6

Browse files
APM-2884 disable _status tests
1 parent 53a858d commit 9363aa6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/api_tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ async def test_wait_for_ping(api_client: APISessionClient, api_test_config: APIT
5151
@pytest.mark.e2e
5252
@pytest.mark.smoketest
5353
@pytest.mark.asyncio
54+
@pytest.mark.skip(reason="There is no _status endpoint configured on this proxy.")
5455
async def test_check_status_is_secured(api_client: APISessionClient):
5556

5657
await poll_until(
@@ -63,6 +64,7 @@ async def test_check_status_is_secured(api_client: APISessionClient):
6364
@pytest.mark.e2e
6465
@pytest.mark.smoketest
6566
@pytest.mark.asyncio
67+
@pytest.mark.skip(reason="There is no _status endpoint configured on this proxy.")
6668
async def test_wait_for_status(api_client: APISessionClient, api_test_config: APITestSessionConfig):
6769

6870
"""

0 commit comments

Comments
 (0)