Skip to content

Commit aba44fd

Browse files
authored
Restore backend tests
Differential Revision: D83849826 Pull Request resolved: pytorch#14779
1 parent f6c6909 commit aba44fd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

backends/nxp/tests/TARGETS

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
load("@fbsource//tools/target_determinator/macros:ci.bzl", "ci")
21
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
32
load("@fbcode_macros//build_defs:python_pytest.bzl", "python_pytest")
43

@@ -51,9 +50,5 @@ python_pytest(
5150
"//executorch/backends/nxp:neutron_backend",
5251
":executorch_pipeline",
5352
":models",
54-
],
55-
labels = [
56-
"local_only",
57-
ci.skip_test(),
58-
],
53+
]
5954
)

0 commit comments

Comments
 (0)