ICU-13505 XLocaleDistanceTest.testTiming() should be @Ignore

X-SVN-Rev: 40703
This commit is contained in:
Fredrik Roubert 2017-12-06 14:54:22 +00:00
parent 9ef908e366
commit 64e5a7ecc2

View File

@ -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()) {