Skip to content

Commit 576652a

Browse files
are-cesclaude
andcommitted
LCORE-1426: remove @flaky tags from inline RAG e2e tests
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5eb5382 commit 576652a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/e2e/features/inline_rag.feature

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

25-
@flaky
2625
Scenario: Query with inline RAG returns relevant content
2726
When I use "query" to ask question with authorization header
2827
"""
@@ -34,7 +33,6 @@ Feature: Inline RAG (BYOK) support tests
3433
| great work |
3534
And The response contains non-empty rag_chunks
3635

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

46-
@flaky
4744
Scenario: Streaming query with inline RAG returns relevant content
4845
When I use "streaming_query" to ask question with authorization header
4946
"""
@@ -55,7 +52,6 @@ Feature: Inline RAG (BYOK) support tests
5552
| Fragments in LLM response |
5653
| great work |
5754

58-
@flaky
5955
Scenario: Responses API with inline RAG returns relevant content
6056
When I use "responses" to ask question with authorization header
6157
"""
@@ -66,7 +62,6 @@ Feature: Inline RAG (BYOK) support tests
6662
| Fragments in LLM response |
6763
| great work |
6864

69-
@flaky
7065
Scenario: Streaming Responses API with inline RAG returns relevant content
7166
When I use "responses" to ask question with authorization header
7267
"""

0 commit comments

Comments
 (0)