Skip to content

Commit

Permalink
windows :(
Browse files Browse the repository at this point in the history
  • Loading branch information
angelayi committed Aug 18, 2023
1 parent 0ba1b57 commit e2c0ea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/export/test_serialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ def test_exportdb_supported(self, name: str, case: ExportCase) -> None:

instantiate_parametrized_tests(TestDeserialize)

@unittest.skipIf(not torchdynamo.is_dynamo_supported(), "dynamo doesn't support")
class TestSchemaVersioning(TestCase):
def test_error(self):
def f(x):
Expand Down

0 comments on commit e2c0ea8

Please sign in to comment.