@@ -19,7 +19,7 @@ Feature: MCP tests
1919 Then The status code of the response is 200
2020 And The body of the response contains mcp-file
2121
22- @MCPFileAuthConfig
22+ @MCPFileAuthConfig @flaky
2323 Scenario : Check if query endpoint succeeds when MCP file-based auth token is passed
2424 Given MCP toolgroups are reset for a new MCP configuration
2525 And The service uses the lightspeed-stack-mcp-file-auth.yaml configuration
@@ -36,7 +36,7 @@ Feature: MCP tests
3636 | Hello |
3737 And The token metrics should have increased
3838
39- @MCPFileAuthConfig
39+ @MCPFileAuthConfig @flaky
4040 Scenario : Check if streaming_query endpoint succeeds when MCP file-based auth token is passed
4141 Given MCP toolgroups are reset for a new MCP configuration
4242 And The service uses the lightspeed-stack-mcp-file-auth.yaml configuration
@@ -128,7 +128,7 @@ Feature: MCP tests
128128 Then The status code of the response is 200
129129 And The body of the response contains mcp-kubernetes
130130
131- @MCPKubernetesAuthConfig
131+ @MCPKubernetesAuthConfig @flaky
132132 Scenario : Check if query endpoint succeeds when MCP kubernetes auth token is passed
133133 Given MCP toolgroups are reset for a new MCP configuration
134134 And The service uses the lightspeed-stack-mcp-kubernetes-auth.yaml configuration
@@ -145,7 +145,7 @@ Feature: MCP tests
145145 | Hello |
146146 And The token metrics should have increased
147147
148- @MCPKubernetesAuthConfig
148+ @MCPKubernetesAuthConfig @flaky
149149 Scenario : Check if streaming_query endpoint succeeds when MCP kubernetes auth token is passed
150150 Given MCP toolgroups are reset for a new MCP configuration
151151 And The service uses the lightspeed-stack-mcp-kubernetes-auth.yaml configuration
@@ -239,7 +239,7 @@ Feature: MCP tests
239239 Then The status code of the response is 200
240240 And The body of the response contains mcp-client
241241
242- @MCPClientAuthConfig
242+ @MCPClientAuthConfig @flaky
243243 Scenario : Check if query endpoint succeeds when MCP client-provided auth token is passed
244244 Given MCP toolgroups are reset for a new MCP configuration
245245 And The service uses the lightspeed-stack-mcp-client-auth.yaml configuration
@@ -259,7 +259,7 @@ Feature: MCP tests
259259 | Hello |
260260 And The token metrics should have increased
261261
262- @MCPClientAuthConfig
262+ @MCPClientAuthConfig @flaky
263263 Scenario : Check if streaming_query endpoint succeeds when MCP client-provided auth token is passed
264264 Given MCP toolgroups are reset for a new MCP configuration
265265 And The service uses the lightspeed-stack-mcp-client-auth.yaml configuration
@@ -289,7 +289,7 @@ Feature: MCP tests
289289 Then The status code of the response is 200
290290 And The body of the response does not contain mcp-client
291291
292- @MCPClientAuthConfig
292+ @MCPClientAuthConfig @flaky
293293 Scenario : Check if query endpoint succeeds by skipping when MCP client-provided auth token is omitted
294294 Given MCP toolgroups are reset for a new MCP configuration
295295 And The service uses the lightspeed-stack-mcp-client-auth.yaml configuration
@@ -306,7 +306,7 @@ Feature: MCP tests
306306 | Hello |
307307 And The token metrics should have increased
308308
309- @MCPClientAuthConfig
309+ @MCPClientAuthConfig @flaky
310310 Scenario : Check if streaming_query endpoint succeeds by skipping when MCP client-provided auth token is omitted
311311 Given MCP toolgroups are reset for a new MCP configuration
312312 And The service uses the lightspeed-stack-mcp-client-auth.yaml configuration
@@ -407,7 +407,7 @@ Feature: MCP tests
407407 Then The status code of the response is 200
408408 And The body of the response contains mcp-oauth
409409
410- @MCPOAuthAuthConfig
410+ @MCPOAuthAuthConfig @flaky
411411 Scenario : Check if query endpoint succeeds when MCP OAuth auth token is passed
412412 Given MCP toolgroups are reset for a new MCP configuration
413413 And The service uses the lightspeed-stack-mcp-oauth-auth.yaml configuration
@@ -427,7 +427,7 @@ Feature: MCP tests
427427 | Hello |
428428 And The token metrics should have increased
429429
430- @MCPOAuthAuthConfig
430+ @MCPOAuthAuthConfig @flaky
431431 Scenario : Check if streaming_query endpoint succeeds when MCP OAuth auth token is passed
432432 Given MCP toolgroups are reset for a new MCP configuration
433433 And The service uses the lightspeed-stack-mcp-oauth-auth.yaml configuration
0 commit comments