Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/branch-24.08' into branch-24.0…
Browse files Browse the repository at this point in the history
…6_optimize-k-truss
  • Loading branch information
jnke2016 committed Jul 29, 2024
2 parents 61c6797 + f628718 commit 3743208
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 3743208

Please sign in to comment.