Merge pull request #50499 from geetachavan1/cherrypicks_KQPKS

[CherryPick:r2.6]Disable test on macos and debug.
This commit is contained in:
Mihai Maruseac 2021-06-28 16:07:53 -07:00 committed by GitHub
commit 9cb751f56b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -797,6 +797,7 @@ tf_cc_test(
],
tags = [
"no_gpu", # GPU + flex is not officially supported.
"no_mac", # TODO(b/192099521): Re-enable this test on mac.
"no_windows", # TODO(b/116667551): No weak symbols with MSVC.
"tflite_not_portable_android",
"tflite_not_portable_ios",

View File

@ -188,6 +188,7 @@ tf_cc_test(
srcs = ["delegate_test.cc"],
tags = [
"no_gpu", # GPU + flex is not officially supported.
"no_mac", # TODO(b/192099521): Re-enable this test on mac.
],
deps = [
":delegate",