Skip to content

Commit 9f7494d

Browse files
committed
[ExecuTorch] Arm backend: disable Misc tests for buck testing to unblock oss PRs
As title Differential Revision: [D82651207](https://our.internmc.facebook.com/intern/diff/D82651207/) [ghstack-poisoned]
1 parent 6e63c47 commit 9f7494d

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

backends/arm/test/targets.bzl

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ load("@fbcode_macros//build_defs:python_pytest.bzl", "python_pytest")
44
load("@bazel_skylib//lib:paths.bzl", "paths")
55

66
def define_arm_tests():
7-
# TODO Add more tests
7+
# TODO [fbonly] Add more tests
88
test_files = []
99

1010
# Passes
@@ -32,17 +32,6 @@ def define_arm_tests():
3232
"quantizer/test_generic_annotater.py",
3333
]
3434

35-
# Misc tests
36-
test_files += [
37-
"misc/test_compile_spec.py",
38-
"misc/test_tosa_spec.py",
39-
"misc/test_bn_relu_folding_qat.py",
40-
"misc/test_custom_partition.py",
41-
"misc/test_debug_hook.py",
42-
"misc/test_dim_order_guards.py",
43-
"misc/test_outputs_order.py",
44-
]
45-
4635
TESTS = {}
4736

4837
for test_file in test_files:

0 commit comments

Comments
 (0)