From b41e950b4c1dac15312bb23203ad15c86b8e3ac2 Mon Sep 17 00:00:00 2001 From: Siddartha Pothapragada Date: Thu, 6 Nov 2025 15:42:43 -0800 Subject: [PATCH] Remove old CMSIS Add op related tests as the new refactor for Add / Linear ops fundamentally changes the way we decompose the Ops and match them Summary: ^^^ Note that there are new dedicated CortexM tests to rely on for the new flow Differential Revision: D86469035 --- backends/cortex_m/test/TARGETS | 2 -- 1 file changed, 2 deletions(-) diff --git a/backends/cortex_m/test/TARGETS b/backends/cortex_m/test/TARGETS index b7a04f3efab..292a087a88a 100644 --- a/backends/cortex_m/test/TARGETS +++ b/backends/cortex_m/test/TARGETS @@ -8,13 +8,11 @@ load("@fbcode_macros//build_defs:python_unittest.bzl", "python_unittest") load("targets.bzl", "define_common_targets") oncall("executorch") - python_unittest( name="test_replace_quant_nodes", srcs=[ "test_helpers_passes_utils.py", "test_replace_quant_nodes.py", - "test_quantize_op_fusion_pass.py", ], deps=[ "//pytorch/ao:torchao", # @manual