Skip to content

Commit bea0d69

Browse files
committed
Skip windows
1 parent 233e514 commit bea0d69

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/lazy/test_debug_util.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44
import re
55
import tempfile
66
import torch.nn as nn
7+
import unittest
78

89
import torch._lazy
910
import torch._lazy.ts_backend
10-
from torch.testing._internal.common_utils import run_tests, TestCase
11+
from torch.testing._internal.common_utils import IS_WINDOWS, run_tests, TestCase
1112

1213
torch._lazy.ts_backend.init()
1314

1415

16+
@unittest.skipIf(IS_WINDOWS, "To be fixed")
1517
class DebugUtilTest(TestCase):
1618
def _run_linear(self):
1719
device = "lazy"

0 commit comments

Comments
 (0)