Skip to content

Commit

Permalink
disable maskedSelectTestCase.test_fp32_input_broadcast_shape_4 (#969)
Browse files Browse the repository at this point in the history
Summary:
This test is flaky in circle ci

Pull Request resolved: #969

Reviewed By: frank-wei

Differential Revision: D51173560

Pulled By: chenyang78

fbshipit-source-id: 5b8dffe546cc890f223e5e3f6890d280970e21c9
  • Loading branch information
chenyang78 authored and facebook-github-bot committed Nov 10, 2023
1 parent ec2fdfe commit cb2dcf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unittest/ops/test_masked_select.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ def test_fp16_input_broadcast_shape(
[(32, 1), (64, 1, 16), False],
[(64, 32, 64), (64,), False],
[(128, 256), (1024, 128, 256), False],
[(10, 1, 1, 256), (10, 10, 10, 10, 128, 256), False],
# FIXME: the test case below is flaky in circle ci
# [(10, 1, 1, 256), (10, 10, 10, 10, 128, 256), False],
# Uncomment to benchmark
# [(32, 16), (1, 16), True],
# [(32, 1), (64, 1, 16), True],
Expand Down

0 comments on commit cb2dcf9

Please sign in to comment.