Skip to content

Commit

Permalink
race
Browse files Browse the repository at this point in the history
  • Loading branch information
D3Hunter committed Apr 3, 2023
1 parent 713bcba commit 6a568cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions tests/realtikvtest/loaddatatest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ go_test(
"util_test.go",
],
flaky = True,
race = "on",
deps = [
"//config",
"//kv",
Expand Down
1 change: 0 additions & 1 deletion tests/realtikvtest/pessimistictest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ go_test(
"pessimistic_test.go",
],
flaky = True,
race = "on",
deps = [
"//config",
"//domain",
Expand Down

0 comments on commit 6a568cb

Please sign in to comment.