@@ -101,7 +101,6 @@ markers = [
101101    " synthetic: Tests using synthetic data" 
102102    " network: Tests requiring network connectivity" 
103103    " runbooks: Tests involving runbook functionality" 
104-     " kafka: Tests involving Kafka functionality" 
105104    " misleading-history: Tests with misleading historical data" 
106105    " chain-of-causation: Tests involving chain-of-causation analysis" 
107106    " slackbot: Tests involving Slack bot functionality" 
@@ -119,8 +118,9 @@ markers = [
119118    " toolset-limitation: Tests that cannot be solved no matter how smart the model, unless we improve the underlying toolsets themselves" 
120119    " ask-for-clarification: Tests where Holmes should ask the user for clarification" 
121120    " database: Tests involving database interactions" 
122-     " datadog: DataDog toolset" 
123-     " traces: Tests where the ai is expected to find the solution using the traces" 
121+     " traces: Tests where the ai is expected to find the solution using the traces" 
122+     " answer-given-wrong-place: LLM gave the answer in intermediate steps, not final answer, so its harder for the user to see the answer" 
123+     " datadog: DataDog toolset" 
124124]
125125
126126addopts  = [
0 commit comments