From 44d20a691edd9dac0a22d1d9b9b37649764910b5 Mon Sep 17 00:00:00 2001 From: Abhishek Singh Date: Thu, 30 Jul 2026 16:36:12 -0700 Subject: [PATCH] Skip 1800 and 1900 test suite --- tests/profiles/test_1800_chat_session.py | 4 ++++ tests/profiles/test_1900_chat_session_async.py | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/tests/profiles/test_1800_chat_session.py b/tests/profiles/test_1800_chat_session.py index 4390f23..a05901f 100644 --- a/tests/profiles/test_1800_chat_session.py +++ b/tests/profiles/test_1800_chat_session.py @@ -23,6 +23,10 @@ logger = logging.getLogger(__name__) +pytestmark = pytest.mark.skip( + reason="Temporarily skipped due to long execution times and intermittent failures. This needs to be root caused before enabling" +) + PROFILE_PREFIX = f"PYSAI_1800_{uuid.uuid4().hex.upper()}" CATEGORY_PROMPTS = { diff --git a/tests/profiles/test_1900_chat_session_async.py b/tests/profiles/test_1900_chat_session_async.py index a5ab0af..cea0d17 100644 --- a/tests/profiles/test_1900_chat_session_async.py +++ b/tests/profiles/test_1900_chat_session_async.py @@ -23,6 +23,10 @@ logger = logging.getLogger(__name__) +pytestmark = pytest.mark.skip( + reason="Temporarily skipped due to long execution times and intermittent failures. This needs to be root caused before enabling" +) + PROFILE_PREFIX = f"PYSAI_1900_{uuid.uuid4().hex.upper()}" CATEGORY_PROMPTS = {