We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_modelgen_pydantic_apis_13
1 parent 2415f9d commit 734a152Copy full SHA for 734a152
tests/test_model_generator.py
@@ -1261,7 +1261,7 @@ def test_modelgen_pydantic_apis_12(self):
1261
with self.assertRaisesRegex(ValueError, "id argument"):
1262
default.UserGroup(None) # type: ignore
1263
1264
- @unittest.skipIf(sys.platform == "win32", "crashes")
+ @unittest.skip("blows stack and segfaults due to infinite recursion")
1265
@tb.xfail
1266
def test_modelgen_pydantic_apis_13(self):
1267
# https://github.com/geldata/gel-python/issues/785
0 commit comments