Skip to content

Commit

Permalink
skip the unit test of GAR
Browse files Browse the repository at this point in the history
  • Loading branch information
lidongze0629 committed Aug 31, 2023
1 parent 79f7bcb commit 8a323f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/graphscope/tests/unittest/test_gar.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@

import os

import pytest

gar_test_repo_dir = os.path.expandvars("${GS_TEST_DIR}")


@pytest.mark.skip(reason="Issue 3162")
def test_load_from_gar(graphscope_session):
graph_yaml = os.path.join(
gar_test_repo_dir, "graphar/ldbc_sample/parquet/ldbc_sample.graph.yml"
Expand All @@ -31,6 +34,7 @@ def test_load_from_gar(graphscope_session):
del graph


@pytest.mark.skip(reason="Issue 3162")
def test_archive_to_gar(ldbc_graph):
graph_yaml = os.path.join(gar_test_repo_dir, "graphar/ldbc/ldbc.graph.yml")
ldbc_graph.archive(graph_yaml)

0 comments on commit 8a323f2

Please sign in to comment.