summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-04-21 18:56:31 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2021-04-21 18:56:31 +0200
commite231690b7a42fad1792a70e48b609b9ef8dd19cb (patch)
treee026d697f3f77a32c0efc2bc999cda4b2dc10d74 /config-model
parent1ddfba9719112eb5fb0926cbd6350c567dc6c2d1 (diff)
Make comment into a TODO.
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/test/java/com/yahoo/vespa/model/application/validation/change/search/AttributeChangeValidatorTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-model/src/test/java/com/yahoo/vespa/model/application/validation/change/search/AttributeChangeValidatorTest.java b/config-model/src/test/java/com/yahoo/vespa/model/application/validation/change/search/AttributeChangeValidatorTest.java
index 2a462859806..3fc7b82b430 100644
--- a/config-model/src/test/java/com/yahoo/vespa/model/application/validation/change/search/AttributeChangeValidatorTest.java
+++ b/config-model/src/test/java/com/yahoo/vespa/model/application/validation/change/search/AttributeChangeValidatorTest.java
@@ -93,7 +93,8 @@ public class AttributeChangeValidatorTest {
"Field 'f1' changed: remove attribute 'fast-access'"));
}
- @Ignore // Not testable until one dictionary supports both casings
+ // TODO Not testable until one dictionary type supports both cased/uncased
+ @Ignore
public void changing_uncased2cased_require_restart() throws Exception {
new Fixture("field f1 type string { indexing: attribute\n attribute: fast-search\n dictionary { hash\ncased}\nmatch:cased}",
"field f1 type string { indexing: attribute\n attribute: fast-search\n dictionary{ btree} }").