From d9590ae5a6ed4c80210ca27c881c976101cb66b2 Mon Sep 17 00:00:00 2001 From: Google AI Edge Date: Sun, 22 Dec 2024 22:47:27 -0800 Subject: [PATCH] Exclude //tflite/testing/zip_test_depthwiseconv as well. LITERT_OSS_REV_ID: 708957262 --- 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 a2a5210..47bcc9b 100755 --- a/ci/run_bazel_test.sh +++ b/ci/run_bazel_test.sh @@ -91,6 +91,7 @@ EXCLUDED_TARGETS=( "-//tflite/testing:zip_test_fully_connected_4bit_hybrid_xnnpack" "-//tflite/testing:zip_test_depthwiseconv_with-flex" "-//tflite/testing:zip_test_depthwiseconv_forward-compat" + "-//tflite/testing:zip_test_depthwiseconv" "-//tflite/tools/optimize/debugging/python:debugger_test" "-//tflite/tools:convert_image_to_csv_test" # Exclude dir which shouldnt run