Skip to content

Commit a4ac70d

Browse files
Disable nxp tests (#14730)
1 parent 7ed9266 commit a4ac70d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

backends/nxp/tests/TARGETS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
load("@fbsource//tools/target_determinator/macros:ci.bzl", "ci")
12
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
23
load("@fbcode_macros//build_defs:python_pytest.bzl", "python_pytest")
34

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

0 commit comments

Comments
 (0)