ignoring local test

This commit is contained in:
Claudio Atzori 2020-07-15 17:55:44 +02:00
parent a2106f34cf
commit c4890b2e92
1 changed files with 2 additions and 0 deletions

View File

@ -6,8 +6,10 @@ import eu.dnetlib.pace.utils.Utility;
import org.apache.spark.api.java.JavaSparkContext;
import org.apache.spark.sql.SparkSession;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
@Ignore
public class DedupLocalTest extends DedupTestUtils {
SparkSession spark;