From a4504258929b7e7185f9cfba978d66926c7c84bc Mon Sep 17 00:00:00 2001 From: lance6716 Date: Wed, 30 Nov 2022 11:43:20 +0800 Subject: [PATCH] fix make brietest Signed-off-by: lance6716 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2f2dba4b010f0..030944e263418 100644 --- a/Makefile +++ b/Makefile @@ -442,7 +442,7 @@ bazel_golangcilinter: -- run $$($(PACKAGE_DIRECTORIES)) --config ./.golangci.yaml bazel_brietest: failpoint-enable bazel_ci_prepare - bazel $(BAZEL_GLOBAL_CONFIG) test $(BAZEL_CMD_CONFIG) --remote_download_minimal --test_arg=-with-real-tikv \ + bazel $(BAZEL_GLOBAL_CONFIG) test $(BAZEL_CMD_CONFIG) --test_arg=-with-real-tikv \ -- //tests/realtikvtest/brietest/... bazel_pessimistictest: failpoint-enable bazel_ci_prepare