Skip to content

Commit

Permalink
fix: reduce perms from 3 to 2 for test perf (#26322)
Browse files Browse the repository at this point in the history
  • Loading branch information
aspicer authored Nov 20, 2024
1 parent 95df115 commit ffb5133
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3844,7 +3844,7 @@ def test_trends_event_multiple_breakdowns_combined_types(self):
Breakdown(type="group", group_type_index=0, property="industry"),
]

for breakdown_filter in itertools.permutations(breakdowns, 3):
for breakdown_filter in itertools.permutations(breakdowns, 2):
response = self._run_trends_query(
"2020-01-09",
"2020-01-20",
Expand Down

0 comments on commit ffb5133

Please sign in to comment.