Skip to content

Commit 0af0162

Browse files
lucylqGithub Executorch
andauthored
skip test for aten lib (pytorch#17946)
### Summary fix failing internal test, dim order op not in aten ### Test plan ci Co-authored-by: Github Executorch <github_executorch@arm.com>
1 parent e06a3d7 commit 0af0162

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

extension/module/test/module_test.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,10 @@ TEST_F(ModuleTest, TestMultipleBackendsInOptionsMap) {
722722
}
723723

724724
TEST_F(ModuleTest, TestSharedMemoryBuffer) {
725+
#ifdef USE_ATEN_LIB
726+
GTEST_SKIP()
727+
<< "dim_order_ops::_to_dim_order_copy.out not available in ATen mode";
728+
#endif
725729
Module module(
726730
shared_state_path_,
727731
Module::LoadMode::File,

0 commit comments

Comments
 (0)