Skip to content

Commit

Permalink
skip test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Ami11111 committed Aug 7, 2024
1 parent a07b32a commit 5b7b95f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/test_pysdk/test_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ def test_update_invalid_value_1(self, types, types_example):
res = db_obj.drop_table("test_update_invalid_value", ConflictType.Error)
assert res.error_code == ErrorCode.OK

@pytest.mark.usefixtures("skip_if_http")
@pytest.mark.parametrize("types", ["int", "float"])
@pytest.mark.parametrize("types_example", [
1,
Expand Down

0 comments on commit 5b7b95f

Please sign in to comment.