diff --git a/backends/arm/test/targets.bzl b/backends/arm/test/targets.bzl index 7634eed7a53..00ec87f928e 100644 --- a/backends/arm/test/targets.bzl +++ b/backends/arm/test/targets.bzl @@ -4,7 +4,7 @@ load("@fbcode_macros//build_defs:python_pytest.bzl", "python_pytest") load("@bazel_skylib//lib:paths.bzl", "paths") def define_arm_tests(): - # TODO Add more tests + # TODO [fbonly] Add more tests test_files = [] # Passes @@ -39,7 +39,7 @@ def define_arm_tests(): "misc/test_bn_relu_folding_qat.py", "misc/test_custom_partition.py", "misc/test_debug_hook.py", - "misc/test_dim_order.py", + # "misc/test_dim_order.py", (TODO - T238390249) "misc/test_outputs_order.py", ]