Skip to content

Commit 1f11ea7

Browse files
committed
skipped full flow for on demand
1 parent 159e8ae commit 1f11ea7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/e2e/features/skills.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ Feature: Agent skills tests
646646

647647
# --- Full progressive disclosure flow ---
648648

649-
@SkillsConfig @flaky
649+
@SkillsConfig @skip # TODO: This test is too flaky (should be run on demand)
650650
Scenario: LLM completes list_skills then load_skill then read_skill_resource via query endpoint
651651
Given The service uses the lightspeed-stack-skills.yaml configuration
652652
And The service is restarted
@@ -705,7 +705,7 @@ Feature: Agent skills tests
705705
"""
706706

707707

708-
@SkillsConfig @flaky
708+
@SkillsConfig @skip # TODO: This test is too flaky (should be run on demand)
709709
Scenario: LLM completes list_skills then load_skill then read_skill_resource via streaming_query endpoint
710710
Given The service uses the lightspeed-stack-skills.yaml configuration
711711
And The service is restarted

0 commit comments

Comments
 (0)