remove FIXME comments

pull/35313/head
Mark D. Roth 1 year ago
parent 53abbc2e7e
commit 534595de1c
  1. 4
      test/cpp/end2end/xds/xds_override_host_end2end_test.cc

@ -293,8 +293,6 @@ TEST_P(OverrideHostTest, HappyPath) {
EXPECT_EQ(backends_[0]->backend_service2()->request_count(), 5);
}
// FIXME: this works only because of child policy retention in the
// priority policy
TEST_P(OverrideHostTest, AffinityWorksAcrossPriorities) {
CreateAndStartBackends(3);
SetListenerAndRouteConfiguration(balancer_.get(),
@ -332,8 +330,6 @@ TEST_P(OverrideHostTest, AffinityWorksAcrossPriorities) {
EXPECT_EQ(backends_[1]->backend_service()->request_count(), 5);
}
// FIXME: this works only because of child policy retention in the
// weighted_target policy
TEST_P(OverrideHostTest,
AffinityWorksAcrossPrioritiesHeuristicChangesChildName) {
CreateAndStartBackends(3);

Loading…
Cancel
Save