Skip to content

Commit 2209ac9

Browse files
are-cesclaude
andcommitted
LCORE-1426: label flaky inline RAG e2e tests
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a894b6c commit 2209ac9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/e2e/features/inline_rag.feature

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Feature: Inline RAG (BYOK) support tests
2222
}
2323
"""
2424

25+
@flaky
2526
Scenario: Query with inline RAG returns relevant content
2627
When I use "query" to ask question with authorization header
2728
"""
@@ -33,6 +34,7 @@ Feature: Inline RAG (BYOK) support tests
3334
| great work |
3435
And The response contains non-empty rag_chunks
3536

37+
@flaky
3638
Scenario: Inline RAG query includes referenced documents
3739
When I use "query" to ask question with authorization header
3840
"""
@@ -41,6 +43,7 @@ Feature: Inline RAG (BYOK) support tests
4143
Then The status code of the response is 200
4244
And The response contains non-empty referenced_documents
4345

46+
@flaky
4447
Scenario: Streaming query with inline RAG returns relevant content
4548
When I use "streaming_query" to ask question with authorization header
4649
"""
@@ -52,6 +55,7 @@ Feature: Inline RAG (BYOK) support tests
5255
| Fragments in LLM response |
5356
| great work |
5457

58+
@flaky
5559
Scenario: Responses API with inline RAG returns relevant content
5660
When I use "responses" to ask question with authorization header
5761
"""
@@ -62,6 +66,7 @@ Feature: Inline RAG (BYOK) support tests
6266
| Fragments in LLM response |
6367
| great work |
6468

69+
@flaky
6570
Scenario: Streaming Responses API with inline RAG returns relevant content
6671
When I use "responses" to ask question with authorization header
6772
"""

0 commit comments

Comments
 (0)