mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-12596 Added @Ignore to TestCollectionUtilitySpeed for now.
X-SVN-Rev: 38852
This commit is contained in:
parent
b5b35e4640
commit
ce548be975
1 changed files with 2 additions and 0 deletions
|
@ -11,12 +11,14 @@ import java.util.Collection;
|
|||
import java.util.Set;
|
||||
import java.util.TreeSet;
|
||||
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import com.ibm.icu.dev.test.TestFmwk;
|
||||
import com.ibm.icu.dev.util.CollectionUtilities;
|
||||
|
||||
public class TestUtilities extends TestFmwk {
|
||||
@Ignore
|
||||
@Test
|
||||
public void TestCollectionUtilitySpeed() {
|
||||
TreeSet ts1 = new TreeSet();
|
||||
|
|
Loading…
Add table
Reference in a new issue