Skip to content

Commit

Permalink
Disable test_mnist_async (#4858)
Browse files Browse the repository at this point in the history
  • Loading branch information
pintaoz-aws authored Aug 30, 2024
1 parent 367245b commit 4ab6c84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/integ/test_tf.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,11 @@ def _create_and_fit_estimator(sagemaker_session, tf_version, py_version, instanc

@pytest.mark.slow_test
def test_mnist_async(sagemaker_session, cpu_instance_type, tf_full_version, tf_full_py_version):
if Version(tf_full_version) >= Version("2.16"):
pytest.skip(
"This test is failing in TensorFlow 2.16 beacuse of an upstream bug: "
"https://github.com/tensorflow/io/issues/2039"
)
if tf_full_version == "2.7.0":
tf_full_version = "2.7"

Expand Down

0 comments on commit 4ab6c84

Please sign in to comment.