Skip to content

Commit

Permalink
build: exempting a failing test on windows (#11839)
Browse files Browse the repository at this point in the history
Risk Level: n/a
Testing: n/a
Docs Changes: n/a
Release Notes: n/a
part of #11841

Signed-off-by: Alyssa Wilk <[email protected]>
  • Loading branch information
alyssawilk authored Jul 1, 2020
1 parent 9b86ed6 commit 83841da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1308,6 +1308,8 @@ envoy_cc_test(
envoy_cc_test(
name = "cx_limit_integration_test",
srcs = ["cx_limit_integration_test.cc"],
# TODO(11841) See if this can be reenabled once the test is deflaked.
tags = ["fails_on_windows"],
deps = [
":http_integration_lib",
"//include/envoy/network:filter_interface",
Expand Down

0 comments on commit 83841da

Please sign in to comment.