Skip to content

Commit

Permalink
ignore test
Browse files Browse the repository at this point in the history
  • Loading branch information
looly committed May 20, 2024
1 parent 9d4e69d commit 996bf90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hutool-http/src/test/java/cn/hutool/http/IssueI7WZEOTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@
package cn.hutool.http;

import cn.hutool.core.lang.Console;
import org.junit.Ignore;
import org.junit.Test;

public class IssueI7WZEOTest {
@Test
@Ignore
public void postTest() {
final String post = HttpUtil.post("https://tenapi.cn/v2/video", "url=https://v.douyin.com/ie1EX3LH/");
Console.log(post);
Expand Down

0 comments on commit 996bf90

Please sign in to comment.