From 61e1aa92583d16f4aa877d2ff8c286743f12ac07 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Fri, 2 Feb 2024 17:21:18 +0100 Subject: Remove test for removed config. --- .../src/test/java/com/yahoo/vespa/model/content/ContentClusterTest.java | 1 - 1 file changed, 1 deletion(-) (limited to 'config-model/src') 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()); } { -- cgit v1.2.3