Skip to content

Commit 7309a45

Browse files
authored
fix(python): Skip a slow test that often timeout (#4422)
1 parent bb9a603 commit 7309a45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/graphscope/tests/kubernetes/test_demo_script.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ def test_vineyard_deployment_on_multiple_nodes(
339339
)
340340

341341

342+
@pytest.mark.skip(reason="compile too slow")
342343
def test_demo_distribute(gs_session_distributed, data_dir, modern_graph_data_dir):
343344
graph = load_ldbc(gs_session_distributed, data_dir)
344345

0 commit comments

Comments
 (0)