We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a20827 commit 07c5a54Copy full SHA for 07c5a54
1 file changed
backends/arm/test/targets.bzl
@@ -47,7 +47,11 @@ def define_arm_tests():
47
"misc/test_custom_partition.py",
48
"misc/test_debug_hook.py",
49
# "misc/test_dim_order.py", (TODO - T238390249)
50
- "misc/test_outputs_order.py",
+ ]
51
+
52
+ # Deprecation tests
53
+ test_files += [
54
+ "deprecation/test_arm_compile_spec_deprecation.py",
55
]
56
57
TESTS = {}
0 commit comments