File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ def test_modelgen_06(self):
261261 self .assertIsInstance (user , default .User )
262262 self .assertIsInstance (user , default .CustomUser )
263263
264- @tb .xfail
264+ @tb .xfail ( "links to std::Object don't decoded to the object's actual type" )
265265 def test_modelgen_07 (self ):
266266 from models .orm import default , std
267267
@@ -1375,7 +1375,7 @@ def test_modelgen_pydantic_apis_11d(self):
13751375 self .assertPydanticPickles (t )
13761376 self .assertPydanticSerializes (t )
13771377
1378- @tb .xfail
1378+ @tb .xfail ( "links to std::Object don't decoded to the object's actual type" )
13791379 def test_modelgen_pydantic_apis_11e (self ):
13801380 # Test model_dump() and model_dump_json() on models;
13811381 # test *single required* link serialization in all combinations
@@ -1392,7 +1392,7 @@ def test_modelgen_pydantic_apis_11e(self):
13921392 self .assertPydanticPickles (t )
13931393 self .assertPydanticSerializes (t )
13941394
1395- @tb .xfail
1395+ @tb .xfail ( "links to std::Object don't decoded to the object's actual type" )
13961396 def test_modelgen_pydantic_apis_11f (self ):
13971397 # Test model_dump() and model_dump_json() on models;
13981398 # test *single required* link serialization in all combinations
You can’t perform that action at this time.
0 commit comments