Skip to content

Commit 836f665

Browse files
authored
[temp?] Stop test stats 3d api (#7505)
query_clickhouse is still exposed tho
1 parent 13ff2e4 commit 836f665

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torchci/pages/api/flaky-tests/3dStats.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ async function getTest(
2020
jobFilter: string
2121
): Promise<TestInfoAPIResponse> {
2222
jobFilter = `%${jobFilter}%`;
23+
return [];
2324

2425
const res = await queryClickhouseSaved("testStats3d", {
2526
name,

0 commit comments

Comments
 (0)