@@ -197,6 +197,7 @@ def test_event_id(self) -> None:
197197 )
198198
199199 @with_feature ("organizations:workflow-engine-rule-serializers" )
200+ @with_feature ("organizations:workflow-engine-projectrulegroupstats-get" )
200201 def test_single_written_workflow_history (self ) -> None :
201202 """Test using WorkflowFireHistory when feature flag is enabled"""
202203 workflow_triggers = self .create_data_condition_group ()
@@ -276,6 +277,7 @@ def test_single_written_workflow_history(self) -> None:
276277 )
277278
278279 @with_feature ("organizations:workflow-engine-rule-serializers" )
280+ @with_feature ("organizations:workflow-engine-projectrulegroupstats-get" )
279281 def test_combined_rule_and_workflow_history (self ) -> None :
280282 """Test combining RuleFireHistory and WorkflowFireHistory when both exist"""
281283 rule = self .create_project_rule (project = self .event .project )
@@ -416,6 +418,7 @@ def test(self) -> None:
416418 assert [r .count for r in results [- 5 :]] == [0 , 0 , 1 , 1 , 0 ]
417419
418420 @with_feature ("organizations:workflow-engine-rule-serializers" )
421+ @with_feature ("organizations:workflow-engine-projectrulegroupstats-get" )
419422 def test_single_written_workflow_history (self ) -> None :
420423 """Test using WorkflowFireHistory when feature flag is enabled"""
421424 workflow_triggers = self .create_data_condition_group ()
@@ -452,6 +455,7 @@ def test_single_written_workflow_history(self) -> None:
452455 assert [r .count for r in results [- 5 :]] == [0 , 2 , 0 , 1 , 0 ]
453456
454457 @with_feature ("organizations:workflow-engine-rule-serializers" )
458+ @with_feature ("organizations:workflow-engine-projectrulegroupstats-get" )
455459 def test_combined_rule_and_workflow_history (self ) -> None :
456460 """Test combining RuleFireHistory and WorkflowFireHistory when both exist"""
457461 rule = self .create_project_rule (project = self .event .project )
0 commit comments