Skip to content

Commit

Permalink
fix bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
D3Hunter committed Mar 6, 2023
1 parent 73a08d7 commit 45f828b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions br/pkg/lightning/importer/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ go_library(

go_test(
name = "importer_test",
timeout = "short",
srcs = [
"check_info_test.go",
"checksum_test.go",
Expand All @@ -107,6 +108,7 @@ go_test(
"tidb_test.go",
],
embed = [":importer"],
flaky = True,
deps = [
"//br/pkg/lightning/backend",
"//br/pkg/lightning/backend/kv",
Expand Down

0 comments on commit 45f828b

Please sign in to comment.