Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Disable test_np_nan_to_num for unblocking CI #17630

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/python/unittest/test_numpy_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -7085,6 +7085,8 @@ def hybrid_forward(self, F, a):
assert_almost_equal(mx_out.asnumpy(), np_out, rtol=rtol, atol=atol)


import unittest
@unittest.skip("Disabled due to Windows fail to launch kernel issue")
@with_seed()
@use_np
def test_np_nan_to_num():
Expand Down