From 4b5d5f37b40bc2ce96fa6a59a5bfe6afc666190d Mon Sep 17 00:00:00 2001 From: Catherine Lee Date: Thu, 20 Nov 2025 17:55:37 -0800 Subject: [PATCH] tc --- torchci/pages/api/flaky-tests/3dStats.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/torchci/pages/api/flaky-tests/3dStats.ts b/torchci/pages/api/flaky-tests/3dStats.ts index 2bf2ea6e68..91b199a4dc 100644 --- a/torchci/pages/api/flaky-tests/3dStats.ts +++ b/torchci/pages/api/flaky-tests/3dStats.ts @@ -20,6 +20,7 @@ async function getTest( jobFilter: string ): Promise { jobFilter = `%${jobFilter}%`; + return []; const res = await queryClickhouseSaved("testStats3d", { name,