From cfbd56cc9b6dd306805b53e016c325f4ee53cf6d Mon Sep 17 00:00:00 2001 From: Abhinay Kukkadapu Date: Fri, 7 Nov 2025 12:23:38 -0800 Subject: [PATCH] Restore backend tests (#14779) 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(), - ], + ] )