mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Fix test on windows (#18667)
Summary: Breakage in #18188 Pull Request resolved: https://github.com/pytorch/pytorch/pull/18667 Differential Revision: D14700133 Pulled By: driazati fbshipit-source-id: 4cc26bd579fc1b074b3bef6046cc1030facee130
This commit is contained in:
parent
9c87543124
commit
3c70326cf4
1 changed files with 1 additions and 0 deletions
|
|
@ -10600,6 +10600,7 @@ a")
|
|||
self.assertEqual(m.int64_max, imported.int64_max)
|
||||
self.assertEqual(m.int64_min, imported.int64_min)
|
||||
|
||||
@unittest.skipIf(IS_WINDOWS, "NYI: TemporaryFileName on Windows")
|
||||
def test_serialization_sharing(self):
|
||||
class M(torch.jit.ScriptModule):
|
||||
def __init__(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue