Skip to content

Commit f8acc75

Browse files
committed
skip some unit tests
1 parent 1dc194a commit f8acc75

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/py/dynamo/models/test_dyn_models.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
assertions = unittest.TestCase()
1010

1111

12+
@unittest.skip(
13+
"Skipping this test for now due to a bug"
14+
)
1215
@pytest.mark.unit
1316
def test_base_dynamic(ir):
1417
"""
@@ -66,6 +69,9 @@ def forward(self, x):
6669
torch.cuda.empty_cache()
6770

6871

72+
@unittest.skip(
73+
"Skipping this test for now due to a bug"
74+
)
6975
@pytest.mark.unit
7076
def test_base_dynamic_fallback(ir):
7177
"""

0 commit comments

Comments
 (0)