Skip to content

Commit

Permalink
turn on hadoop test
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuan0322 committed Mar 14, 2023
1 parent 144a4e5 commit 5939222
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/graphscope/tests/kubernetes/test_demo_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ def p2p_property_dir():
return "/testingdata/property"


# @pytest.mark.skipif("HDFS_HOST" not in os.environ, reason="HDFS not specified")
@pytest.mark.skip(reason="Fix pyarrow version @siyuan0322")
@pytest.mark.skipif("HDFS_HOST" not in os.environ, reason="HDFS not specified")
def test_demo_on_hdfs(gs_session_distributed):
graph = gs_session_distributed.g()
graph = graph.add_vertices(
Expand Down

0 comments on commit 5939222

Please sign in to comment.