We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed9266 commit 90f4097Copy full SHA for 90f4097
backends/nxp/tests/TARGETS
@@ -1,3 +1,4 @@
1
+load("@fbsource//tools/target_determinator/macros:ci.bzl", "ci")
2
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
3
load("@fbcode_macros//build_defs:python_pytest.bzl", "python_pytest")
4
@@ -50,5 +51,9 @@ python_pytest(
50
51
"//executorch/backends/nxp:neutron_backend",
52
":executorch_pipeline",
53
":models",
- ]
54
+ ],
55
+ labels = [
56
+ "local_only",
57
+ ci.skip_test(),
58
59
)
0 commit comments