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 032c326
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions python/kvikio/tests/test_cufile_driver.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
# Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.
# See file LICENSE for terms.

import pytest

import kvikio.cufile_driver
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 032c326

Please sign in to comment.