This is an automated email from the ASF dual-hosted git repository. lizhanhui pushed a commit to branch bazel in repository https://gitbox.apache.org/repos/asf/rocketmq.git
commit a573408d7003409a53d6c34c6fecd217a706d30f Author: Li Zhanhui <[email protected]> AuthorDate: Tue Aug 23 14:42:06 2022 +0800 Enable AclUtilsTest in Bazel --- .gitignore | 1 + acl/BUILD.bazel | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e2c063a71..ad431b361 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ bazel-out bazel-bin bazel-rocketmq bazel-testlogs +.vscode \ No newline at end of file diff --git a/acl/BUILD.bazel b/acl/BUILD.bazel index 01c19ffb2..11a283ed4 100644 --- a/acl/BUILD.bazel +++ b/acl/BUILD.bazel @@ -68,6 +68,5 @@ GenTestRules( "src/test/java/org/apache/rocketmq/acl/plain/PlainAccessControlFlowTest", "src/test/java/org/apache/rocketmq/acl/plain/PlainPermissionManagerTest", "src/test/java/org/apache/rocketmq/acl/plain/PlainAccessValidatorTest", - "src/test/java/org/apache/rocketmq/acl/common/AclUtilsTest", ], )
