Disable whl_test since we are not building python package internally. (#2153)

BUG=http://b/294278650
This commit is contained in:
Advait Jain 2023-08-03 17:21:58 -07:00 committed by GitHub
parent a7846a1759
commit f19f21df9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,4 +176,7 @@ sh_test(
data = [
":whl",
],
tags = [
"notap", # See http://b/294278650#comment4 for more details.
],
)