From c07b9d07c509019e086ff0d9a81ab0fccd154bf6 Mon Sep 17 00:00:00 2001 From: Automated go/ktf Flagger Date: Mon, 16 Oct 2023 04:36:20 +0000 Subject: [PATCH] The test target "finagle/finagle-http/src/test/scala:scala" is failing too often in master in CI. Summary: Problem: The test target "finagle/finagle-http/src/test/scala:scala" is failing too often in master in CI. Logs available here: Known to fail ticket: [CSL-12408](https://jira.twitter.biz/browse/CSL-12408) Solution: It has been marked "known-to-fail" in the BUILD file Result: This will cause it to be skipped in future builds, and its failures ignored in submit queue. This implies that code changes that further break this test will not be prevented from being submitted to the master branch, until the problem is fixed and the test is no longer marked known-to-fail. Reviewers: O855 source:/finagle/finagle-http/! Subscribers: O46747 source:/finagle/finagle-http/ Differential Revision: https://phabricator.twitter.biz/D1104643 TBR=true --- finagle-http/src/test/scala/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/finagle-http/src/test/scala/BUILD b/finagle-http/src/test/scala/BUILD index 9711d7e2adf..a8c04e111c4 100644 --- a/finagle-http/src/test/scala/BUILD +++ b/finagle-http/src/test/scala/BUILD @@ -4,6 +4,7 @@ junit_tests( platform = "java8", tags = [ "bazel-compatible", + "known-to-fail-jira:CSL-12408", ], dependencies = [ "3rdparty/jvm/com/google/code/findbugs:jsr305",