mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 13:39:22 +01:00
fix: reduce perms from 3 to 2 for test perf (#26322)
This commit is contained in:
parent
95df115896
commit
ffb5133dbb
@ -3844,7 +3844,7 @@ class TestTrendsQueryRunner(ClickhouseTestMixin, APIBaseTest):
|
||||
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",
|
||||
|
Loading…
Reference in New Issue
Block a user