Skip to content

Commit d96081c

Browse files
authored
Merge branch 'branch-24.08' into branch-24.06_optimize-k-truss
2 parents 61c6797 + f628718 commit d96081c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/cugraph/cugraph/tests/data_store/test_gnn_feat_storage_wholegraph.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023, NVIDIA CORPORATION.
1+
# Copyright (c) 2023-2024, NVIDIA CORPORATION.
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at
@@ -60,6 +60,7 @@ def runtest(world_rank: int, world_size: int):
6060
@pytest.mark.skipif(
6161
isinstance(pylibwholegraph, MissingModule), reason="wholegraph not available"
6262
)
63+
@pytest.mark.skip(reason="broken")
6364
def test_feature_storage_wholegraph_backend():
6465
from pylibwholegraph.utils.multiprocess import multiprocess_run
6566

@@ -75,6 +76,7 @@ def test_feature_storage_wholegraph_backend():
7576
@pytest.mark.skipif(
7677
isinstance(pylibwholegraph, MissingModule), reason="wholegraph not available"
7778
)
79+
@pytest.mark.skip(reason="broken")
7880
def test_feature_storage_wholegraph_backend_mg():
7981
from pylibwholegraph.utils.multiprocess import multiprocess_run
8082

0 commit comments

Comments
 (0)