From 4c52ed43944057247096a00d02bdeca53568f476 Mon Sep 17 00:00:00 2001 From: Yixin Bao Date: Thu, 2 Oct 2025 23:29:47 -0700 Subject: [PATCH] Dsiable flaky test in oss test_zch_hash_disable_fallback (#3425) Summary: as titled. Differential Revision: D83786896 --- torchrec/modules/tests/test_hash_mc_modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchrec/modules/tests/test_hash_mc_modules.py b/torchrec/modules/tests/test_hash_mc_modules.py index 91db098a9..83aade1f9 100644 --- a/torchrec/modules/tests/test_hash_mc_modules.py +++ b/torchrec/modules/tests/test_hash_mc_modules.py @@ -695,7 +695,7 @@ def test_dynamically_switch_inference_training_mode(self) -> None: torch.cuda.device_count() < 1, "Not enough GPUs, this test requires at least two GPUs", ) - def test_zch_hash_disable_fallback_disabled_in_oss_compatatibility(self) -> None: + def test_zch_hash_disable_fallback_disabled_in_oss_compatibility(self) -> None: m = HashZchManagedCollisionModule( zch_size=30, device=torch.device("cuda"),