File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -1575,12 +1575,14 @@ def test_deleted_surfaces():
15751575 root_item_type = "Geometry" ,
15761576 validation_level = "All" ,
15771577 )
1578- assert len (errors ) == 1
1579- assert (
1580- errors [0 ]["msg" ] == "Value error, Boundary `body0001_face0004` will likely"
1581- " be deleted after mesh generation. Therefore it cannot be used."
1582- )
1583- assert errors [0 ]["loc" ] == ("models" , 2 , "entity_pairs" )
1578+ # --- Disabled for FXC-2006
1579+ assert errors is None
1580+ # assert len(errors) == 1
1581+ # assert (
1582+ # errors[0]["msg"] == "Value error, Boundary `body0001_face0004` will likely"
1583+ # " be deleted after mesh generation. Therefore it cannot be used."
1584+ # )
1585+ # assert errors[0]["loc"] == ("models", 2, "entity_pairs")
15841586
15851587
15861588def test_validate_liquid_operating_condition ():
You can’t perform that action at this time.
0 commit comments