Skip to content

Commit

Permalink
Mark test_np_mixed_precision_binary_funcs flaky (apache#18290)
Browse files Browse the repository at this point in the history
  • Loading branch information
leezu authored and AntiZpvoh committed Jul 6, 2020
1 parent 1d7b4f3 commit ff88171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/docker/install/requirements
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ pytest-env==0.6.2
pytest-cov==2.8.1
pytest-xdist==1.31.0
pytest-timeout==1.3.4
flaky==3.6.1
setuptools
mock==2.0.0

Expand Down
1 change: 1 addition & 0 deletions tests/python/unittest/test_numpy_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -2560,6 +2560,7 @@ def hybrid_forward(self, F, a, b, *args, **kwargs):

@with_seed()
@use_np
@pytest.mark.flaky()
def test_np_mixed_precision_binary_funcs():
itypes = [np.bool, np.int8, np.int32, np.int64]
ftypes = [np.float16, np.float32, np.float64]
Expand Down

0 comments on commit ff88171

Please sign in to comment.