Skip to content

Commit

Permalink
test_compile_link on Nvidia: xfail instead of skip
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jan 1, 2024
1 parent c5e8fe9 commit 42625e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,7 @@ def test_compile_link(ctx_factory):
pytest.skip("Apple doesn't like our compile/link test")

if platform.name.lower().startswith("nvidia"):
pytest.skip("Nvidia seems to no longer support compile/link "
pytest.xfail("Nvidia seems to no longer support compile/link "
"as of driver 525.147.05, results in BUILD_PROGRAM_FAILURE "
"during clCompileProgram")

Expand Down

0 comments on commit 42625e3

Please sign in to comment.