From f19f21df9e6fb57ba4fc5e8cac844fffe1e5beeb Mon Sep 17 00:00:00 2001 From: Advait Jain Date: Thu, 3 Aug 2023 17:21:58 -0700 Subject: [PATCH] Disable whl_test since we are not building python package internally. (#2153) BUG=http://b/294278650 --- python/tflite_micro/BUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/tflite_micro/BUILD b/python/tflite_micro/BUILD index 68321fd454a..53c8a3da166 100644 --- a/python/tflite_micro/BUILD +++ b/python/tflite_micro/BUILD @@ -176,4 +176,7 @@ sh_test( data = [ ":whl", ], + tags = [ + "notap", # See http://b/294278650#comment4 for more details. + ], )