Skip to content

Commit

Permalink
test: skip RNTuple test until #928 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Oct 3, 2023
1 parent 0096168 commit 43108da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_0662-rntuple-stl-containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
ak = pytest.importorskip("awkward")


@pytest.mark.skip(
reason="FIXME: skipping test_ntuple_stl_containers.root until #928 is fixed"
)
def test_rntuple_stl_containers():
filename = skhep_testdata.data_path("test_ntuple_stl_containers.root")
with uproot.open(filename) as f:
Expand Down

0 comments on commit 43108da

Please sign in to comment.