Skip to content

Commit 6a32840

Browse files
manuelcandalesfacebook-github-bot
authored andcommitted
Skip unbind_copy ATen mode failure test
Reviewed By: izaitsevfb Differential Revision: D68456720
1 parent 466d98f commit 6a32840

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kernels/test/op_unbind_copy_test.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,9 @@ TEST_F(OpUnbindCopyIntOutTest, UnbindWorksWithZeroSizedTensors) {
269269
}
270270

271271
TEST_F(OpUnbindCopyIntOutTest, UnbindFailsWithWronglyAllocatedOutput) {
272+
if (torch::executor::testing::SupportedFeatures::get()->is_aten) {
273+
GTEST_SKIP() << "ATen kernel can handle mismatched output shape";
274+
}
272275
TensorFactory<ScalarType::Int> tf;
273276
TensorListFactory<ScalarType::Int> tlf;
274277

0 commit comments

Comments
 (0)