ignore some tests in prompt gateway

This commit is contained in:
Adil Hafeez 2025-06-09 16:41:23 -07:00
parent 3f9eae4aa3
commit 2f58645ca8
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -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 {