aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/distributor_host_info_reporter_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/distributor/distributor_host_info_reporter_test.cpp')
-rw-r--r--storage/src/tests/distributor/distributor_host_info_reporter_test.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/storage/src/tests/distributor/distributor_host_info_reporter_test.cpp b/storage/src/tests/distributor/distributor_host_info_reporter_test.cpp
index ecdb901a06a..e9c1cea38f3 100644
--- a/storage/src/tests/distributor/distributor_host_info_reporter_test.cpp
+++ b/storage/src/tests/distributor/distributor_host_info_reporter_test.cpp
@@ -196,20 +196,6 @@ TEST_F(DistributorHostInfoReporterTest, generate_example_json) {
EXPECT_EQ(goldenSlime, jsonSlime);
}
-TEST_F(DistributorHostInfoReporterTest, no_report_generated_if_disabled) {
- Fixture f;
- f.reporter.enableReporting(false);
-
- MinReplicaStats minReplica;
- minReplica[0] = 2;
- minReplica[5] = 9;
- f.minReplicaProvider.minReplica = minReplica;
-
- vespalib::Slime root;
- util::reporterToSlime(f.reporter, root);
- EXPECT_EQ(0, root.get().children());
-}
-
TEST_F(DistributorHostInfoReporterTest, bucket_spaces_stats_are_reported) {
Fixture f;
PerNodeBucketSpacesStats stats;