Skip to content

Commit

Permalink
The test target "finagle/finagle-http/src/test/scala:scala" is failin…
Browse files Browse the repository at this point in the history
…g 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
  • Loading branch information
Automated go/ktf Flagger authored and jenkins committed Oct 16, 2023
1 parent cfe3984 commit c07b9d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions finagle-http/src/test/scala/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c07b9d0

Please sign in to comment.