From 44ecbcbd5abea7cd083401106bab7000cfb54999 Mon Sep 17 00:00:00 2001 From: Aleksei Nikiforov Date: Fri, 31 Jan 2025 17:45:05 +0000 Subject: [PATCH] s390x: disable test_model_exports_to_core_aten.py test (#145835) It often gets killed by OOM. Disable it while investigating. Pull Request resolved: https://github.com/pytorch/pytorch/pull/145835 Approved by: https://github.com/huydhn --- test/run_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/run_test.py b/test/run_test.py index e408c5d5d30..61c968e7794 100755 --- a/test/run_test.py +++ b/test/run_test.py @@ -436,7 +436,6 @@ S390X_TESTLIST = [ "test_mkldnn_verbose", "test_mkl_verbose", "test_mobile_optimizer", - "test_model_exports_to_core_aten", "test_module_tracker", "test_monitor", "test_namedtuple_return_api",