Skip to content

Commit

Permalink
skip custom tensor order test
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhinavTuli committed Jul 8, 2021
1 parent 34179bd commit 0b79dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub/integrations/tests/test_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def test_pytorch_small_old(ds):

@requires_torch
@parametrize_all_dataset_storages
@pytest.mark.xfail(raises=NotImplementedError, reason="future")
@pytest.mark.skip(reason="future")
def test_custom_tensor_order(ds):
with ds:
tensors = ["a", "b", "c", "d"]
Expand Down

0 comments on commit 0b79dd4

Please sign in to comment.