Skip to content

Commit

Permalink
Re-flake a few tests observed in CI
Browse files Browse the repository at this point in the history
Signed-off-by: William A Rowe Jr <wrowe@vmware.com>
  • Loading branch information
wrowe committed Nov 21, 2020
1 parent 446f5f5 commit f26c01a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/extensions/filters/http/tap/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ envoy_extension_cc_test(
name = "tap_filter_integration_test",
srcs = ["tap_filter_integration_test.cc"],
extension_name = "envoy.filters.http.tap",
# TODO(envoyproxy/windows-dev): Diagnose flake, observed to hang at;
# IpVersions/TapIntegrationTest.AdminLdsReload/IPv6
tags = ["flaky_on_windows"],
deps = [
"//source/extensions/filters/http/tap:config",
"//test/extensions/common/tap:common",
Expand Down
4 changes: 4 additions & 0 deletions test/integration/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,10 @@ envoy_cc_test(
"http2_integration_test.h",
],
shard_count = 4,
# TODO(envoyproxy/windows-dev): Diagnose flake, observed to fail at;
# IpVersions/Http2MetadataIntegrationTest.UpstreamMetadataAfterEndStream/IPv6
# (expected 200, received 503)
tags = ["flaky_on_windows"],
deps = [
":http_integration_lib",
"//source/common/buffer:buffer_lib",
Expand Down

0 comments on commit f26c01a

Please sign in to comment.