Skip to content

Commit 0dfebf1

Browse files
jdm-twtrjenkins
authored andcommitted
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 4bdb6b5 commit 0dfebf1

File tree

1 file changed

+1
-4
lines changed
  • mysql-client/src/test/scala/com/twitter/finatra/mysql/client/tests

1 file changed

+1
-4
lines changed

mysql-client/src/test/scala/com/twitter/finatra/mysql/client/tests/BUILD.bazel

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ junit_tests(
33
compiler_option_sets = ["fatal_warnings"],
44
platform = "java8",
55
strict_deps = True,
6-
tags = [
7-
"bazel-compatible",
8-
"known-to-fail-jira:CSL-12422",
9-
],
6+
tags = ["bazel-compatible"],
107
dependencies = [
118
"3rdparty/jvm/com/github/ben-manes/caffeine",
129
"3rdparty/jvm/org/slf4j:slf4j-simple",

0 commit comments

Comments
 (0)