Skip to content

Commit 0d6e3c6

Browse files
authored
test: Fix ip_tagging_integration_test flake (#45179)
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent acb584a commit 0d6e3c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/extensions/filters/http/ip_tagging/ip_tagging_integration_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ TEST_P(IpTaggingIntegrationTest, IptaggingFilterWithReloadNoCrashOnLdsUpdate) {
165165
});
166166
new_config_helper.setLds("1");
167167
test_server_->waitForGauge("listener_manager.total_listeners_active", testing::Eq(1));
168-
test_server_->waitForCounter("listener_manager.lds.update_success", testing::Eq(1));
168+
test_server_->waitForCounter("listener_manager.lds.update_success", testing::Ge(1));
169169
test_server_->waitForGauge("listener_manager.total_listeners_draining", testing::Eq(0));
170170
}
171171

0 commit comments

Comments
 (0)