Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Disabled flaky test: test_mkldnn.test_Deconvolution (#12770)
Browse files Browse the repository at this point in the history
  • Loading branch information
lebeg authored and sandeep-krishnamurthy committed Oct 9, 2018
1 parent bcbac41 commit c98b19e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/python/mkl/test_mkldnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ def check_activation_training(stype):
check_activation_training(stype)


@with_seed()
def test_convolution():
def check_convolution_training(stype):
for shape in [(3, 3, 10), (3, 3, 10, 10)]:
Expand All @@ -322,6 +323,8 @@ def check_convolution_training(stype):
check_convolution_training(stype)


@with_seed()
@unittest.skip("Flaky test https://github.com/apache/incubator-mxnet/issues/12579")
def test_Deconvolution():
def check_Deconvolution_training(stype):
for shape in [(3, 3, 10), (3, 3, 10, 10)]:
Expand Down

0 comments on commit c98b19e

Please sign in to comment.