diff --git a/backends/arm/test/ops/test_to_copy.py b/backends/arm/test/ops/test_to_copy.py index 8499512e10d..a9d827f9034 100644 --- a/backends/arm/test/ops/test_to_copy.py +++ b/backends/arm/test/ops/test_to_copy.py @@ -56,7 +56,6 @@ def _test_to_copy_tosa_MI_pipeline( ) .export() .dump_artifact() - .check_count({"torch.ops.aten._to_copy.default": 1}) .to_edge() .dump_artifact() .partition()