From 8fda8340d7c2f1c3ff003ae54abcb129d112fe29 Mon Sep 17 00:00:00 2001 From: Jake Stevens Date: Fri, 3 Oct 2025 09:35:57 -0700 Subject: [PATCH] Restore backend tests Summary: Now that the SDK update has been ingested, CI tests pass again. Differential Revision: D83849826 --- backends/nxp/tests/TARGETS | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/backends/nxp/tests/TARGETS b/backends/nxp/tests/TARGETS index c8ccd5fe900..f492111aff2 100644 --- a/backends/nxp/tests/TARGETS +++ b/backends/nxp/tests/TARGETS @@ -1,4 +1,3 @@ -load("@fbsource//tools/target_determinator/macros:ci.bzl", "ci") load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime") load("@fbcode_macros//build_defs:python_pytest.bzl", "python_pytest") @@ -51,9 +50,5 @@ python_pytest( "//executorch/backends/nxp:neutron_backend", ":executorch_pipeline", ":models", - ], - labels = [ - "local_only", - ci.skip_test(), - ], + ] )