Skip to content

Commit

Permalink
Reactivation of one of the GPU tests. (#7193)
Browse files Browse the repository at this point in the history
  • Loading branch information
drivanov committed Mar 8, 2024
1 parent 34ae70b commit b0982fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/python/common/test_batch-heterograph.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,9 +531,6 @@ def test_batch_keeps_empty_data(idtype):
assert "eh" in g.edges[("a", "to", "a")].data


@unittest.skipIf(
F._default_context_str == "gpu", reason="Issue is not related with GPU"
)
def test_batch_netypes():
# Test for https://github.com/dmlc/dgl/issues/2808
import networkx as nx
Expand Down

0 comments on commit b0982fe

Please sign in to comment.