Skip to content

Commit

Permalink
Turning off conv_op_test for now (pytorch#2104)
Browse files Browse the repository at this point in the history
* Skipping conv_op_test

* Adding todo
  • Loading branch information
pjh5 committed Mar 2, 2018
1 parent 72d5d90 commit ec3c299
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .jenkins/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ for test in ./test/*; do
mkl_utils_test)
continue
;;
# TODO investigate conv_op_test failures when using MKL
conv_op_test)
continue
;;
esac

"$test" --gtest_output=xml:"$TEST_DIR"/cpp/$(basename "$test").xml
Expand Down

0 comments on commit ec3c299

Please sign in to comment.