Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lcwangchao committed Nov 25, 2022
1 parent a82b68f commit bca7ee7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ttl/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ go_test(
"main_test.go",
"sql_test.go",
],
flaky = True,
deps = [
":ttl",
"//kv",
"//parser",
"//parser/ast",
"//parser/model",
"//parser/mysql",
"//testkit",
Expand All @@ -38,5 +41,4 @@ go_test(
"@com_github_stretchr_testify//require",
"@org_uber_go_goleak//:goleak",
],
flaky = True,
)

0 comments on commit bca7ee7

Please sign in to comment.