File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/python/tensorflow_cloud/core/tests/integration Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,8 @@ def docker_config_cache_from(self):
190
190
def test_run_on_notebook (self ):
191
191
track_status = {
192
192
"auto_mirrored_strategy" : self .auto_mirrored_strategy (),
193
- "auto_tpu_strategy" : self .auto_tpu_strategy (),
193
+ # TODO(b/178123173) Enable tests after b/193022465 is resolved.
194
+ # "auto_tpu_strategy": self.auto_tpu_strategy(),
194
195
"auto_one_device_strategy" : self .auto_one_device_strategy (),
195
196
"auto_multi_worker_strategy" : self .auto_multi_worker_strategy (),
196
197
"docker_config_cloud_build" : self .docker_config_cloud_build (),
Original file line number Diff line number Diff line change @@ -184,7 +184,8 @@ def cloud_build_base_image_backward_compatibility(self):
184
184
def test_run_on_script (self ):
185
185
track_status = {
186
186
"auto_mirrored_strategy" : self .auto_mirrored_strategy (),
187
- "auto_tpu_strategy" : self .auto_tpu_strategy (),
187
+ # TODO(b/178123173) Enable tests after b/193022465 is resolved.
188
+ # "auto_tpu_strategy": self.auto_tpu_strategy(),
188
189
"auto_one_device_strategy" : self .auto_one_device_strategy (),
189
190
# TODO(b/178123173) Enable tests after b/178123173 is resolved.
190
191
# "auto_multi_worker_strategy": self.auto_multi_worker_strategy(),
You can’t perform that action at this time.
0 commit comments