Skip to content

Commit aaeb15b

Browse files
committed
Unmark test that was failing due to ODR violation
1 parent 6b78065 commit aaeb15b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

python/cuda_cccl/tests/compute/test_zip_iterator.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -387,10 +387,7 @@ def sum_nested_zips(v1, v2):
387387
"dtype_map",
388388
[
389389
{"x": np.float32, "y": np.float32},
390-
pytest.param(
391-
{"x": np.float64, "y": np.float32},
392-
marks=pytest.mark.xfail(reason="Fails due to ODR violation"),
393-
),
390+
{"x": np.float64, "y": np.float32},
394391
],
395392
)
396393
def test_nested_output_zip_iterator_with_scan(monkeypatch, num_items, dtype_map):

0 commit comments

Comments
 (0)