summaryrefslogtreecommitdiffstats
path: root/vespa-documentgen-plugin
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-09-07 21:40:28 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2021-09-07 21:40:28 +0200
commitfa5f599c6ce501a6af11d527292a5f7c982fa1c3 (patch)
tree230c253a039a7752e4f5f36140a4d6cb9cc2c6dd /vespa-documentgen-plugin
parentaf21aef7bcd924ced077686720a32dba1337a474 (diff)
It is too early to check inheritance during parsing. We must wait until all serach and rank-profiles are properly parsed,
Diffstat (limited to 'vespa-documentgen-plugin')
-rw-r--r--vespa-documentgen-plugin/src/test/java/com/yahoo/vespa/DocumentGenTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/vespa-documentgen-plugin/src/test/java/com/yahoo/vespa/DocumentGenTest.java b/vespa-documentgen-plugin/src/test/java/com/yahoo/vespa/DocumentGenTest.java
index a65701fe261..32e673ccbf2 100644
--- a/vespa-documentgen-plugin/src/test/java/com/yahoo/vespa/DocumentGenTest.java
+++ b/vespa-documentgen-plugin/src/test/java/com/yahoo/vespa/DocumentGenTest.java
@@ -5,7 +5,6 @@ import com.yahoo.document.DataType;
import com.yahoo.document.StructDataType;
import com.yahoo.document.WeightedSetDataType;
import com.yahoo.searchdefinition.Search;
-import org.junit.Ignore;
import org.junit.Test;
import java.io.File;