7025988: Test test/tools/javac/file/zip/T6836682.java takes too long to complete

Added @ignore tag to temporarily disable the test

Reviewed-by: jjg
This commit is contained in:
Maurizio Cimadamore 2011-03-09 16:47:39 +00:00
parent aa60df6782
commit bb05a1437c

View File

@ -23,7 +23,8 @@
/*
* @test
* @bug 6836682
* @ignore
* @bug 6836682 7025988
* @summary JavacFileManager handles zip64 archives (64K+ entries and large file support)
* @compile -XDignore.symbol.file T6836682.java Utils.java
* @run main T6836682