ignore BiblioMondo test

This commit is contained in:
Jörg Prante 2017-03-06 23:30:57 +01:00
parent 6c80bd052f
commit 31205ca917

View file

@ -36,7 +36,7 @@ import java.nio.file.Paths;
public class BiblioMondoInputStreamTest extends Assert { public class BiblioMondoInputStreamTest extends Assert {
@Test @Test
//@Ignore("skip this because data license is unclear") @Ignore("skip this because data license is unclear")
public void biblioMondoRecords() throws Exception { public void biblioMondoRecords() throws Exception {
Path path = Paths.get("/data/fix/DE-380/Stbib_Fernleihe_20150427.MARC"); Path path = Paths.get("/data/fix/DE-380/Stbib_Fernleihe_20150427.MARC");
Path out = Paths.get("/var/tmp/Stbib_Fernleihe_20150427.marcxchange"); Path out = Paths.get("/var/tmp/Stbib_Fernleihe_20150427.marcxchange");