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 ea3f5c9 commit 494e3cfCopy full SHA for 494e3cf
library/src/androidTest/java/com/qiniu/android/TestFileRecorder.java
@@ -172,9 +172,6 @@ public void test4M() throws Throwable {
172
template(4 * 1024, 0.5);
173
}
174
175
- public void test8M1K() throws Throwable {
176
- template(8 * 1024 + 1, 0.8);
177
- }
178
179
public void testLastModify() throws IOException {
180
File f = File.createTempFile("qiniutest", "b");
0 commit comments