aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/vespa/model/content/IndexedHierarchicDistributionTest.java
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2021-03-23 09:17:49 +0100
committerGitHub <noreply@github.com>2021-03-23 09:17:49 +0100
commita8b13d2ceb9f4f48f46964a851fcfb644d869c00 (patch)
tree8ed2e09a2937f6ac70e70a4a921e7ae1b8a23bba /config-model/src/test/java/com/yahoo/vespa/model/content/IndexedHierarchicDistributionTest.java
parenta608e846d491e7bd274acee7670427783fcfd6e9 (diff)
Revert "Revert "Revert "Revert "Don't write to standard err""""
Diffstat (limited to 'config-model/src/test/java/com/yahoo/vespa/model/content/IndexedHierarchicDistributionTest.java')
-rw-r--r--config-model/src/test/java/com/yahoo/vespa/model/content/IndexedHierarchicDistributionTest.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/config-model/src/test/java/com/yahoo/vespa/model/content/IndexedHierarchicDistributionTest.java b/config-model/src/test/java/com/yahoo/vespa/model/content/IndexedHierarchicDistributionTest.java
index 80ab6745b79..3be592e54e7 100644
--- a/config-model/src/test/java/com/yahoo/vespa/model/content/IndexedHierarchicDistributionTest.java
+++ b/config-model/src/test/java/com/yahoo/vespa/model/content/IndexedHierarchicDistributionTest.java
@@ -254,10 +254,4 @@ public class IndexedHierarchicDistributionTest {
getTwoGroupsCluster(4, 2, "2|*");
}
- @Test
- public void allowNoReadyCopies() throws Exception {
- // The active one should be indexed anyhow. Setting up no ready copies
- getTwoGroupsCluster(4, 0, "2|*");
- }
-
}