mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-13505 XLocaleDistanceTest.testTiming() should be @Ignore
X-SVN-Rev: 40703
This commit is contained in:
parent
9ef908e366
commit
64e5a7ecc2
1 changed files with 3 additions and 2 deletions
|
@ -9,6 +9,7 @@ import java.util.Map;
|
|||
import java.util.Map.Entry;
|
||||
import java.util.Set;
|
||||
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.JUnit4;
|
||||
|
@ -53,8 +54,8 @@ public class XLocaleDistanceTest extends TestFmwk {
|
|||
}
|
||||
}
|
||||
|
||||
// @ Test Disabled because of Linux; need to investigate.
|
||||
@SuppressWarnings("unused")
|
||||
@Ignore("Disabled because of Linux; need to investigate.")
|
||||
@Test
|
||||
public void testTiming() {
|
||||
List<Arguments> testArgs = new ArrayList<Arguments>();
|
||||
for (List<String> line : tfh.getLines()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue