Skip to content

Commit

Permalink
Enable test_open_and_close always
Browse files Browse the repository at this point in the history
We want to trigger CI error if a package was built without cufile
support
  • Loading branch information
madsbk committed Oct 27, 2024
1 parent edcbe60 commit c79f9bb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions python/kvikio/tests/test_cufile_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@
import kvikio.defaults


@pytest.mark.skipif(
kvikio.defaults.compat_mode(),
reason=(
"cannot test the cuFile driver when the "
"test is running in compatibility mode"
),
)
def test_open_and_close():
kvikio.cufile_driver.driver_open()
kvikio.cufile_driver.driver_close()

0 comments on commit c79f9bb

Please sign in to comment.