Nightly breakage - Explicitly skip gpu builds.

PiperOrigin-RevId: 350016772
Change-Id: I047ff5c8c0d969cb4c7a4fd5f8f304773b468c4f
This commit is contained in:
Hye Soo Yang 2021-01-04 07:40:06 -08:00 committed by TensorFlower Gardener
parent d18947de13
commit 556fa126db

View File

@ -58,6 +58,9 @@ class ExtractVolumePatchesGradTest(test.TestCase, parameterized.TestCase):
},
])
def testGradient(self, in_shape, ksizes, strides):
if test_util.is_gpu_available():
self.skipTest('b/171837334: skip gpu test.')
# Set graph seed for determinism.
random_seed = 42
random_seed_lib.set_random_seed(random_seed)