0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 05:29:25 +01:00

fix: reduce perms from 3 to 2 for test perf (#26322)

This commit is contained in:
Sandy Spicer 2024-11-20 14:40:34 -08:00 committed by GitHub
parent 95df115896
commit ffb5133dbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",