From 046f912bb5e18fae87cf96ec04d035dddde633ad Mon Sep 17 00:00:00 2001 From: Olivia Nordquist Date: Fri, 28 Jul 2017 09:25:26 -0700 Subject: removing decorators that are no longer necessary PiperOrigin-RevId: 163478030 --- tensorflow/python/client/session_clusterspec_prop_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tensorflow/python/client/session_clusterspec_prop_test.py b/tensorflow/python/client/session_clusterspec_prop_test.py index 1ce2b7d7c3..6a89755bbd 100644 --- a/tensorflow/python/client/session_clusterspec_prop_test.py +++ b/tensorflow/python/client/session_clusterspec_prop_test.py @@ -164,7 +164,6 @@ class SessionClusterSpecPropagationTest(test_util.TensorFlowTestCase): == dev_stats.device and 'Const' == node_stats.node_name ])) - @test_util.disable_c_api # Operation._set_device doesn't work with C API def testMultipleLocalDevices(self): # Note: CPU->CPU transfers have a fast-path in # BaseRemoteRendezvous::SameWorkerRecvDone that means the test doesn't @@ -211,7 +210,6 @@ class SessionClusterSpecPropagationTest(test_util.TensorFlowTestCase): output = sess.run(sum3) self.assertEqual(40, output) - @test_util.disable_c_api # Operation._set_device doesn't work with C API def testLegacyDeviceNames(self): server1 = server_lib.Server.create_local_server() server2 = server_lib.Server.create_local_server() -- cgit v1.2.3