Skip to content

Commit f00908c

Browse files
jdm-twtrjenkins
authored and
jenkins
committed
Reinstate targets that no longer fail tests
This change reinstates targets that were marked as KTF over the past year, but are now succeeding. Differential Revision: https://phabricator.twitter.biz/D1214058
1 parent eaa239a commit f00908c

File tree

1 file changed

+1
-4
lines changed
  • finagle-memcached/src/test/scala

1 file changed

+1
-4
lines changed

finagle-memcached/src/test/scala/BUILD

+1-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ junit_tests(
2525
sources = ["**/*.scala"] + exclude_globs(EXTERNAL_SOURCES),
2626
compiler_option_sets = ["fatal_warnings"],
2727
platform = "java8",
28-
tags = [
29-
"bazel-compatible",
30-
"known-to-fail-jira:CSL-12419",
31-
],
28+
tags = ["bazel-compatible"],
3229
dependencies = [
3330
":external",
3431
"3rdparty/jvm/com/fasterxml/jackson/core:jackson-databind",

0 commit comments

Comments
 (0)