forked from D-Net/dnet-hadoop
disabled tests
This commit is contained in:
parent
2ede397933
commit
04a3e1ab38
|
@ -1,13 +1,15 @@
|
||||||
|
|
||||||
package eu.dnetlib.dhp.oa.graph.dump;
|
package eu.dnetlib.dhp.oa.graph.dump;
|
||||||
|
|
||||||
import eu.dnetlib.dhp.schema.dump.oaf.graph.*;
|
import org.junit.jupiter.api.Disabled;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
import com.fasterxml.jackson.databind.JsonNode;
|
import com.fasterxml.jackson.databind.JsonNode;
|
||||||
import com.github.victools.jsonschema.generator.*;
|
import com.github.victools.jsonschema.generator.*;
|
||||||
|
|
||||||
|
import eu.dnetlib.dhp.schema.dump.oaf.graph.*;
|
||||||
|
|
||||||
|
@Disabled
|
||||||
public class GenerateJsonSchema {
|
public class GenerateJsonSchema {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
|
@ -7,8 +7,10 @@ import java.nio.file.Files;
|
||||||
import org.apache.hadoop.conf.Configuration;
|
import org.apache.hadoop.conf.Configuration;
|
||||||
import org.apache.hadoop.fs.*;
|
import org.apache.hadoop.fs.*;
|
||||||
import org.junit.jupiter.api.BeforeAll;
|
import org.junit.jupiter.api.BeforeAll;
|
||||||
|
import org.junit.jupiter.api.Disabled;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
|
@Disabled
|
||||||
public class MakeTarTest {
|
public class MakeTarTest {
|
||||||
private static String workingDir;
|
private static String workingDir;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue