Skip to content

Commit

Permalink
preproccess for deep diff
Browse files Browse the repository at this point in the history
  • Loading branch information
duboyal committed Mar 6, 2024
1 parent d1598a8 commit 6b98103
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/nodes/primary_nodes/test_material.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,11 @@ def test_material_property_node_add(cript_api) -> None:
# assert del_res.json()["code"] == 200


@pytest.mark.skip(reason="api")
# @pytest.mark.skip(reason="api")
def test_material_property_node_change(cript_api) -> None:
"""
pytest nodes/primary_nodes/test_material.py::test_material_property_node_change
"""

epoch_time = int(time.time())
Expand Down
2 changes: 1 addition & 1 deletion tests/nodes/primary_nodes/test_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def test_update_project_change_or_reset_materials_newly_made(cript_api) -> None:
assert del_res.json()["code"] == 200


@pytest.mark.skip(reason="api")
# @pytest.mark.skip(reason="api")
def test_update_project_change_or_reset_material_to_existing_materials(cript_api) -> None:
"""
pytest nodes/primary_nodes/test_project.py::test_update_project_change_or_reset_material_to_existing_materials
Expand Down

0 comments on commit 6b98103

Please sign in to comment.