Skip to content
Merged
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
6 changes: 5 additions & 1 deletion tests/python/frontend/tflite/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -2916,7 +2916,11 @@ def test_all_elemwise():
_test_forward_elemwise(_test_floor_divide)
_test_forward_elemwise_quantized(_test_floor_divide)
_test_forward_elemwise(_test_floor_mod)
_test_forward_elemwise_quantized(_test_floor_mod)
# This test of quantized floor mod is currently disabled due
# to flaky CI failures in main, failing approximately 45% of
# the time.
#
# _test_forward_elemwise_quantized(_test_floor_mod)


#######################################################################
Expand Down