Commit 700b29a4 authored by 邓莹莹's avatar 邓莹莹

屏蔽publish_reply

parent 1eeb49cc
......@@ -10,7 +10,7 @@ class TestPublishReply:
data = BaseRequest().api_load(path_setting.TRACTATE_PUBLISH_REPLY)
test_case, test_data = get_ids(data, "publish_reply")
# @pytest.mark.skip
@pytest.mark.skip
@pytest.mark.parametrize("param", test_data, ids=test_case)
def test_publish_reply(self, param):
r = tractate_request().publish_reply(param["tractate_id"], param["data_type"], param["reply_id"], param["content"])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment