diff --git a/litellm/tests/test_async_fn.py b/litellm/tests/test_async_fn.py index f6624e2900..22c24a9738 100644 --- a/litellm/tests/test_async_fn.py +++ b/litellm/tests/test_async_fn.py @@ -130,6 +130,7 @@ def test_async_anyscale_response(): # test_async_anyscale_response() +@pytest.mark.skip(reason="Flaky test-cloudflare is very unstable") def test_async_completion_cloudflare(): try: litellm.set_verbose = True diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 2ddb5fa13f..3497c9d019 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -1924,6 +1924,7 @@ def test_completion_together_ai_stream(): # Cloud flare AI tests +@pytest.mark.skip(reason="Flaky test-cloudflare is very unstable") def test_completion_cloudflare(): try: litellm.set_verbose = True