Skip to content

Commit

Permalink
skip randomly failing test: test_float_to_f8e8m0_convert (openvinotoo…
Browse files Browse the repository at this point in the history
…lkit#25589)

### Details:
 - skip randomly failing test: test_float_to_f8e8m0_convert

### Tickets:
 - [*145281*](https://jira.devtools.intel.com/browse/CVS-145281)

### Related PR:
- openvinotoolkit#25403
  • Loading branch information
barnasm1 authored Jul 16, 2024
1 parent b95e0b2 commit a1201b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bindings/python/tests/test_graph/test_constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,8 @@ def test_float_to_f8e4m3_convert(ov_type, numpy_dtype, opset):
],
)
def test_float_to_f8e8m0_convert(ov_type, numpy_dtype, opset):
pytest.skip("CVS-145281 BUG: nan to inf repro. [random - depends on the device]")

data = np.array([4.75, 4.5, 5.25, 0.0, 0.1, 0.2, 0.3, 0.4, 0.5,
0.6, 0.7, 0.8, 0.9, 1, -0.0, 1.1, 1.2, 1.3,
1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2.0, 448, 512, np.nan], dtype=numpy_dtype)
Expand Down

0 comments on commit a1201b1

Please sign in to comment.