aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-02-02 17:21:18 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2024-02-02 17:21:18 +0100
commit61e1aa92583d16f4aa877d2ff8c286743f12ac07 (patch)
tree84ab16da156bb826abf5d0ae478e83e5e483cdf2 /config-model
parente9f0300f44d589878160061bc440071554629e0f (diff)
Remove test for removed config.
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/test/java/com/yahoo/vespa/model/content/ContentClusterTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/config-model/src/test/java/com/yahoo/vespa/model/content/ContentClusterTest.java b/config-model/src/test/java/com/yahoo/vespa/model/content/ContentClusterTest.java
index a2f68ec8f18..de962ff1924 100644
--- a/config-model/src/test/java/com/yahoo/vespa/model/content/ContentClusterTest.java
+++ b/config-model/src/test/java/com/yahoo/vespa/model/content/ContentClusterTest.java
@@ -446,7 +446,6 @@ public class ContentClusterTest extends ContentBaseTest {
model.getConfig(builder, "bar/distributor/0");
StorDistributormanagerConfig config = new StorDistributormanagerConfig(builder);
assertFalse(config.inlinebucketsplitting());
- assertTrue(config.enable_two_phase_garbage_collection());
}
{