Skip to content

Commit 4ab6c84

Browse files
authored
Disable test_mnist_async (#4858)
1 parent 367245b commit 4ab6c84

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/integ/test_tf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,11 @@ def _create_and_fit_estimator(sagemaker_session, tf_version, py_version, instanc
306306

307307
@pytest.mark.slow_test
308308
def test_mnist_async(sagemaker_session, cpu_instance_type, tf_full_version, tf_full_py_version):
309+
if Version(tf_full_version) >= Version("2.16"):
310+
pytest.skip(
311+
"This test is failing in TensorFlow 2.16 beacuse of an upstream bug: "
312+
"https://github.com/tensorflow/io/issues/2039"
313+
)
309314
if tf_full_version == "2.7.0":
310315
tf_full_version = "2.7"
311316

0 commit comments

Comments
 (0)