Commit af89c950 authored by 邓莹莹's avatar 邓莹莹

禁止直播接口

parent 5199b2d0
......@@ -9,7 +9,7 @@ class TestDanmuV2:
data = BaseRequest().api_load(path_setting.DANMU_V2)
danmuv2_case, danmuv2_data = get_ids(data, "danmu_v2")
# @pytest.mark.skip
@pytest.mark.skip
@pytest.mark.parametrize("param",danmuv2_data,ids=danmuv2_case)
def test_danmu_v2(self,param):
print(param)
......
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