Skip to content

Commit 2dbbe01

Browse files
committed
Skip dynamic shape tests again
1 parent 4ed2ef6 commit 2dbbe01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_dynamic_shapes.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
class TestDynamicShapes(unittest.TestCase):
1313

14+
@unittest.skip("Needs to lower ne")
1415
def test_simple_expand(self):
1516
size1 = 5
1617
size2 = 2
@@ -25,6 +26,7 @@ def test_simple_expand(self):
2526
t6_cpu = t6.cpu()
2627
self.assertEqual(t6_cpu.shape[0], 2)
2728

29+
@unittest.skip("Needs to lower ne")
2830
def test_simple_expand_on_2d_tensor(self):
2931
size1 = 5
3032
size2 = 2
@@ -66,6 +68,7 @@ def test_wrap(self):
6668
a3 = a2.shape[0] + 3 # tests wrap
6769
self.assertIsInstance(a3, torch.SymInt)
6870

71+
@unittest.skip("Needs to lower ne")
6972
def test_sizeAdd(self):
7073
size1 = 5
7174
size2 = 2

0 commit comments

Comments
 (0)