diff --git a/tests/python/pytorch/graphbolt/impl/test_basic_feature_store.py b/tests/python/pytorch/graphbolt/impl/test_basic_feature_store.py index 958ead31c9cc..661d6f59853d 100644 --- a/tests/python/pytorch/graphbolt/impl/test_basic_feature_store.py +++ b/tests/python/pytorch/graphbolt/impl/test_basic_feature_store.py @@ -91,7 +91,6 @@ def test_basic_feature_store_hetero(): ] -@pytest.mark.filterwarnings("ignore::pytest.PytestUnraisableExceptionWarning") def test_basic_feature_store_errors(): a = torch.tensor([3, 2, 1]) b = torch.tensor([[1, 2, 4], [2, 5, 3]])