diff --git a/tests/agents/test_3800_agente2e.py b/tests/agents/test_3800_agente2e.py index b729ef7..99fe6bc 100644 --- a/tests/agents/test_3800_agente2e.py +++ b/tests/agents/test_3800_agente2e.py @@ -25,6 +25,10 @@ ToolParams, ) +pytestmark = pytest.mark.skip( + reason="Temporarily skipped due to intermittent failures. This needs to be root caused before enabling" +) + # ---------------------------------------------------------------------- # LOGGING # ---------------------------------------------------------------------- diff --git a/tests/agents/test_3800_async_agente2e.py b/tests/agents/test_3800_async_agente2e.py index ce12f49..c8e70f0 100644 --- a/tests/agents/test_3800_async_agente2e.py +++ b/tests/agents/test_3800_async_agente2e.py @@ -30,7 +30,12 @@ ToolParams, ) -pytestmark = pytest.mark.anyio +pytestmark = [ + pytest.mark.anyio, + pytest.mark.skip( + reason="Temporarily skipped due to intermittent failures. This needs to be root caused before enabling" + ), +] # ---------------------------------------------------------------------- # LOGGING