mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Merge pull request #50499 from geetachavan1/cherrypicks_KQPKS
[CherryPick:r2.6]Disable test on macos and debug.
This commit is contained in:
commit
9cb751f56b
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user