Add nomac tag to nnapi_implementation_test.

PiperOrigin-RevId: 262215144
This commit is contained in:
Anna R 2019-08-07 14:28:43 -07:00 committed by TensorFlower Gardener
parent ee7b7a9d75
commit eaa1efbd5f

View File

@ -64,6 +64,7 @@ cc_library(
cc_test(
name = "nnapi_implementation_test",
srcs = ["nnapi_implementation_test.cc"],
tags = ["nomac"],
deps = [
"//tensorflow/lite/nnapi:nnapi_implementation",
"@com_google_googletest//:gtest_main",