Skip to content

Commit 2fa03c1

Browse files
chongyouquanTensorflow Cloud maintainers
authored andcommitted
Temporarily disable auto_tpu_strategy tests due to b/193022465
PiperOrigin-RevId: 383484858
1 parent 7519989 commit 2fa03c1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/python/tensorflow_cloud/core/tests/integration/run_on_notebook_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ def docker_config_cache_from(self):
190190
def test_run_on_notebook(self):
191191
track_status = {
192192
"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(),
194195
"auto_one_device_strategy": self.auto_one_device_strategy(),
195196
"auto_multi_worker_strategy": self.auto_multi_worker_strategy(),
196197
"docker_config_cloud_build": self.docker_config_cloud_build(),

src/python/tensorflow_cloud/core/tests/integration/run_on_script_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ def cloud_build_base_image_backward_compatibility(self):
184184
def test_run_on_script(self):
185185
track_status = {
186186
"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(),
188189
"auto_one_device_strategy": self.auto_one_device_strategy(),
189190
# TODO(b/178123173) Enable tests after b/178123173 is resolved.
190191
# "auto_multi_worker_strategy": self.auto_multi_worker_strategy(),

0 commit comments

Comments
 (0)