mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Revert "[CI] Use setup-python
from for Mac tests (#155698)"
This reverts commit 2b9d638e3333e6e9ae324e1486774e83292e1883. Reverted https://github.com/pytorch/pytorch/pull/155698 on behalf of https://github.com/malfet due to It causes weird flaky failures in MPS and do not upload usage logs anymore ([comment](https://github.com/pytorch/pytorch/pull/155698#issuecomment-2967120676))
This commit is contained in:
@ -451,10 +451,6 @@ class TestMultiprocessing(TestCase):
|
||||
TEST_WITH_ASAN,
|
||||
"seems to hang with ASAN, see https://github.com/pytorch/pytorch/issues/5326",
|
||||
)
|
||||
@unittest.skipIf(
|
||||
IS_MACOS,
|
||||
"seems to hang after completion on MacOS",
|
||||
)
|
||||
def test_fs_sharing(self):
|
||||
with fs_sharing():
|
||||
# The test works but is very slow on MacOS, see https://github.com/pytorch/pytorch/pull/93183,
|
||||
|
Reference in New Issue
Block a user