Temporarily disable all XXXlike operator tests in pytorch-onnx test (#15740)
authorzrphercule <zrphercule@gmail.com>
Fri, 4 Jan 2019 21:26:32 +0000 (13:26 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 4 Jan 2019 21:36:09 +0000 (13:36 -0800)
commit43761e01f55f7add733ca067c0080f3be667be50
tree76fbd15f8ffd333f375c298c955799346a6da4c1
parent07c49916223624d24a522035649648d32924795d
Temporarily disable all XXXlike operator tests in pytorch-onnx test (#15740)

Summary:
We are going to have some breaking changes in ConstantLike and related operators in onnx, therefore it is better to disable all related tests for these operators for now.
These operators are not currently supported by caffe2, and are not included in our most recently released onnx, therefore we do not need to worry about internal/external production breaking.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/15740

Differential Revision: D13582528

Pulled By: zrphercule

fbshipit-source-id: 92a890c1dc2a833969af69edfea85331bb4d562f
test/onnx/expect/TestOperators.test_full_like.expect [deleted file]
test/onnx/expect/TestOperators.test_ones_like.expect [deleted file]
test/onnx/expect/TestOperators.test_zeros_like.expect [deleted file]
test/onnx/test_operators.py