Skip to content

Commit

Permalink
xfail test_register_host_memory
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 23, 2024
1 parent fa88479 commit 2a276c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,8 @@ def test_constant_memory(self):

@mark_cuda_test
def test_register_host_memory(self):
pytest.xfail("known issue: must fix array creation")

if drv.get_version() < (4,):
from py.test import skip

Expand Down

0 comments on commit 2a276c4

Please sign in to comment.