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
This commit is contained in:
Aleksei Nikiforov 2025-01-31 17:45:05 +00:00 committed by PyTorch MergeBot
parent 667b94d1c2
commit 44ecbcbd5a

View file

@ -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",