Skip to content

Commit 734a152

Browse files
committed
Skip test_modelgen_pydantic_apis_13 on all platforms
It sefaults
1 parent 2415f9d commit 734a152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_model_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ def test_modelgen_pydantic_apis_12(self):
12611261
with self.assertRaisesRegex(ValueError, "id argument"):
12621262
default.UserGroup(None) # type: ignore
12631263

1264-
@unittest.skipIf(sys.platform == "win32", "crashes")
1264+
@unittest.skip("blows stack and segfaults due to infinite recursion")
12651265
@tb.xfail
12661266
def test_modelgen_pydantic_apis_13(self):
12671267
# https://github.com/geldata/gel-python/issues/785

0 commit comments

Comments
 (0)