Disable gpu_compatibility_test on mac for now.

PiperOrigin-RevId: 325727277
Change-Id: I55338ecf787c010d16410e37c804f0391b5dad75
This commit is contained in:
Scott Zhu 2020-08-09 19:18:29 -07:00 committed by TensorFlower Gardener
parent f4c0fae592
commit 5f75a84642

View File

@ -169,6 +169,7 @@ cc_library(
cc_test(
name = "gpu_compatibility_test",
srcs = ["gpu_compatibility_test.cc"],
tags = ["no_mac"], # b/163222453
deps = [
":devicedb_sample",
":gpu_compatibility",