Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
skip flaky test
  • Loading branch information
mshr-h committed Sep 27, 2024
commit 933065a86acf37a8188758a86894d29b124ce42c
1 change: 1 addition & 0 deletions tests/python/relay/test_to_mixed_precision.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def test_lstm(target_precision):
)


@pytest.mark.skip(reason="Flaky test")
def test_lstm_float64():
"""Tests if can handle other mixed precision types.

Expand Down