Skip to content

Commit

Permalink
Merge branch 'branch-24.08' into use-correct-communicator
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv authored Jul 29, 2024
2 parents 22b85d2 + f628718 commit a77499a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
# Copyright (c) 2023-2024, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Expand Down Expand Up @@ -60,6 +60,7 @@ def runtest(world_rank: int, world_size: int):
@pytest.mark.skipif(
isinstance(pylibwholegraph, MissingModule), reason="wholegraph not available"
)
@pytest.mark.skip(reason="broken")
def test_feature_storage_wholegraph_backend():
from pylibwholegraph.utils.multiprocess import multiprocess_run

Expand All @@ -75,6 +76,7 @@ def test_feature_storage_wholegraph_backend():
@pytest.mark.skipif(
isinstance(pylibwholegraph, MissingModule), reason="wholegraph not available"
)
@pytest.mark.skip(reason="broken")
def test_feature_storage_wholegraph_backend_mg():
from pylibwholegraph.utils.multiprocess import multiprocess_run

Expand Down

0 comments on commit a77499a

Please sign in to comment.