mirror of https://github.com/apache/poi.git
exclude new broken test-file for this test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1584543 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d92e980bea
commit
420b328857
|
@ -33,7 +33,8 @@ public class TestEFBiffViewer extends BaseXLSIteratingTest {
|
|||
SILENT_EXCLUDED.add("xor-encryption-abc.xls"); // password, ty again later!
|
||||
SILENT_EXCLUDED.add("43493.xls"); // HSSFWorkbook cannot open it as well
|
||||
SILENT_EXCLUDED.add("46904.xls"); // Exception, too old
|
||||
};
|
||||
SILENT_EXCLUDED.add("47251_1.xls"); // Broken test file
|
||||
}
|
||||
|
||||
@Override
|
||||
void runOneFile(String dir, String file, List<String> failed) throws IOException {
|
||||
|
|
Loading…
Reference in New Issue