From 02813ef6b2d4367107d5a6d834ea9551e51cc21f Mon Sep 17 00:00:00 2001 From: Google AI Edge Date: Fri, 20 Dec 2024 09:41:33 -0800 Subject: [PATCH] Remove //tflite/testing:zip_test_depthwiseconv_with-flex from testing while it fails to build. LITERT_OSS_REV_ID: 708348311 --- ci/run_bazel_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/run_bazel_test.sh b/ci/run_bazel_test.sh index d311f231..cb8d3cc4 100755 --- a/ci/run_bazel_test.sh +++ b/ci/run_bazel_test.sh @@ -89,6 +89,7 @@ EXCLUDED_TARGETS=( "-//tflite/testing:zip_test_fully_connected_4bit_hybrid_mlir-quant_xnnpack" "-//tflite/testing:zip_test_fully_connected_4bit_hybrid_with-flex_xnnpack" "-//tflite/testing:zip_test_fully_connected_4bit_hybrid_xnnpack" + "-//tflite/testing:zip_test_depthwiseconv_with-flex" "-//tflite/tools/optimize/debugging/python:debugger_test" "-//tflite/tools:convert_image_to_csv_test" # Exclude dir which shouldnt run