Skip to content

Commit

Permalink
Disable arrow test for now
Browse files Browse the repository at this point in the history
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
  • Loading branch information
yongtang committed Aug 19, 2019
1 parent 4e6718c commit b704dee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_arrow_eager.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
from tensorflow import errors # pylint: disable=wrong-import-position
from tensorflow import test # pylint: disable=wrong-import-position

pytest.skip(
"arrow test is disabled temporarily", allow_module_level=True)
import tensorflow_io.arrow as arrow_io # pylint: disable=wrong-import-position

if sys.version_info == (3, 4):
Expand Down

0 comments on commit b704dee

Please sign in to comment.