Skip to content

Commit

Permalink
Skip flaky tensorflow tests (#10276)
Browse files Browse the repository at this point in the history
See #10275

cc @masahi

Co-authored-by: driazati <driazati@users.noreply.github.com>
  • Loading branch information
driazati and driazati authored Feb 17, 2022
1 parent 1da0093 commit c389b3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/python/frontend/tensorflow/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@ def _test_convolution(
)


@pytest.mark.skip(reason="See https://github.com/apache/tvm/issues/10275")
@tvm.testing.uses_gpu
def test_forward_convolution():
if is_gpu_available():
Expand Down Expand Up @@ -3769,6 +3770,7 @@ def test_forward_where():
#######################################################################
# Inception V3
# ------------
@pytest.mark.skip(reason="See https://github.com/apache/tvm/issues/10275")
def test_forward_inception_v3():
"""test inception V3 model"""
with tf.Graph().as_default():
Expand Down

0 comments on commit c389b3b

Please sign in to comment.