Skip to content

Commit

Permalink
Disable flaky TestConfig.StringAccessors (#2642)
Browse files Browse the repository at this point in the history
Disable flaky TestConfig.StringAccessors util the cause of flakiness is addressed.

#2641
Risk Level: Low
Testing: N/A
Docs Changes: N/A
Release Notes: N/A

Signed-off-by: Ryan Hamilton [email protected]
  • Loading branch information
RyanTheOptimist authored Oct 31, 2022
1 parent d9a79bb commit 8d3024b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/cc/unit/envoy_config_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,8 @@ TEST(TestConfig, AddPlatformFilter) {
TestUtility::loadFromYaml(absl::StrCat(config_header, config_str), bootstrap);
}

TEST(TestConfig, StringAccessors) {
// TODO(RyanTheOptimist): This test seems to be flaky. #2641
TEST(TestConfig, DISABLED_StringAccessors) {
std::string name("accessor_name");
EngineBuilder engine_builder;
std::string data_string = "envoy string";
Expand Down

0 comments on commit 8d3024b

Please sign in to comment.