Skip to content

Commit c2da0cb

Browse files
committed
uncommented tests
1 parent 1b22e0f commit c2da0cb

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/e2e/features/mcp.feature

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Feature: MCP tests
77

88

99
# File-based
10-
@skip #TODO: LCORE-1461
1110
@MCPFileAuthConfig
1211
Scenario: Check if tools endpoint succeeds when MCP file-based auth token is passed
1312
Given The system is in default state
@@ -49,7 +48,6 @@ Feature: MCP tests
4948
| Hello |
5049
And The token metrics should have increased
5150

52-
@skip #TODO: LCORE-1461
5351
@InvalidMCPFileAuthConfig
5452
Scenario: Check if tools endpoint reports error when MCP file-based invalid auth token is passed
5553
Given The system is in default state
@@ -107,7 +105,6 @@ Feature: MCP tests
107105
"""
108106

109107
# Kubernetes
110-
@skip #TODO: LCORE-1461
111108
@MCPKubernetesAuthConfig
112109
Scenario: Check if tools endpoint succeeds when MCP kubernetes auth token is passed
113110
Given The system is in default state
@@ -149,7 +146,6 @@ Feature: MCP tests
149146
| Hello |
150147
And The token metrics should have increased
151148

152-
@skip #TODO: LCORE-1461
153149
@MCPKubernetesAuthConfig
154150
Scenario: Check if tools endpoint reports error when MCP kubernetes invalid auth token is passed
155151
Given The system is in default state

0 commit comments

Comments
 (0)