We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5f5ba commit 0a0cce6Copy full SHA for 0a0cce6
utilcode/src/test/java/com/blankj/utilcode/util/TestUtils.java
@@ -30,7 +30,7 @@ public static void init() {
30
31
private static final String LONG_SPACE = " ";
32
33
- @Test
+// @Test
34
public void readme2Eng() throws Exception {
35
String rootPath = new File(System.getProperty("user.dir")).getAbsolutePath() + FILE_SEP;
36
File readmeCN = new File(rootPath + "utilcode" + FILE_SEP + "README-CN.md");
0 commit comments