diff --git a/src/graph_function_test/server/algorithm_olap/test_fusiformSimilarity.py b/src/graph_function_test/server/algorithm_olap/test_fusiformSimilarity.py index fa1fe9f..8483d9b 100644 --- a/src/graph_function_test/server/algorithm_olap/test_fusiformSimilarity.py +++ b/src/graph_function_test/server/algorithm_olap/test_fusiformSimilarity.py @@ -7,6 +7,8 @@ import sys import os +import pytest + current_path = os.path.dirname(os.path.realpath(__file__)) sys.path.append(current_path + '/../../../../') @@ -231,6 +233,7 @@ def test_fusiform_similarity_11(self): else: assert 0 + @pytest.mark.skip(reason='not stable') def test_fusiform_similarity_12(self): """ :return: @@ -378,6 +381,7 @@ def test_fusiform_similarity_18(self): else: assert 0 + @pytest.mark.skip(reason='not stable') def test_fusiform_similarity_19(self): """ 校验基本参数 + alpha=0.4, limit=1 diff --git a/src/graph_function_test/server/algorithm_olap/test_louvain.py b/src/graph_function_test/server/algorithm_olap/test_louvain.py index 3fb7694..73597ea 100644 --- a/src/graph_function_test/server/algorithm_olap/test_louvain.py +++ b/src/graph_function_test/server/algorithm_olap/test_louvain.py @@ -8,6 +8,8 @@ import os import time +import pytest + current_path = os.path.dirname(os.path.realpath(__file__)) sys.path.append(current_path + '/../../../../') @@ -22,7 +24,7 @@ if _cfg.is_auth: auth = _cfg.admin_password - +@pytest.mark.skip(reason="java.lang.IllegalArgumentException: It's not allowed to query with offser/limit when there are uncommitted records.") class TestLouvain: """ 接口 louvain:louvain 社区发现