From 2f58645ca86ff7122feddebce844878cfda41340 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Mon, 9 Jun 2025 16:41:23 -0700 Subject: [PATCH] ignore some tests in prompt gateway --- crates/prompt_gateway/tests/integration.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/prompt_gateway/tests/integration.rs b/crates/prompt_gateway/tests/integration.rs index e749a007..4708fff1 100644 --- a/crates/prompt_gateway/tests/integration.rs +++ b/crates/prompt_gateway/tests/integration.rs @@ -312,6 +312,7 @@ fn prompt_gateway_bad_request_to_open_ai_chat_completions() { } #[test] +#[ignore] #[serial] fn prompt_gateway_request_to_llm_gateway() { let args = tester::MockSettings { @@ -462,6 +463,7 @@ fn prompt_gateway_request_to_llm_gateway() { } #[test] +#[ignore] #[serial] fn prompt_gateway_request_no_intent_match() { let args = tester::MockSettings { @@ -608,6 +610,7 @@ ratelimits: } #[test] +#[ignore] #[serial] fn prompt_gateway_request_no_intent_match_default_target() { let args = tester::MockSettings {