Skip to content

Commit

Permalink
Remove other test
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinMendelGleason committed Feb 16, 2024
1 parent 0278d37 commit 92c5234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terminusdb_client/tests/test_Schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def test_abstract_class_child():
assert "@abstract" not in ChildAbs._to_dict()


@pytest.mark.skip(reason="relaxing type checking")
def test_type_check():
test_obj = TypeCheck()
with pytest.raises(TypeError):
Expand Down

0 comments on commit 92c5234

Please sign in to comment.