This is an automated email from the ASF dual-hosted git repository.
junchao pushed a commit to branch fix_test
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
The following commit(s) were added to refs/heads/fix_test by this push:
new 44c36855 add test
44c36855 is described below
commit 44c3685559edb00e2ddbcab6acb5f308c537c27a
Author: Ubuntu <[email protected]>
AuthorDate: Tue Jan 2 14:50:07 2024 +0000
add test
---
platform/test/BUILD | 1 +
1 file changed, 1 insertion(+)
diff --git a/platform/test/BUILD b/platform/test/BUILD
index 33c9fa26..f15df678 100644
--- a/platform/test/BUILD
+++ b/platform/test/BUILD
@@ -6,6 +6,7 @@ cc_test(
data = [
"//platform/test/test_data",
],
+ tags = ["manual"],
deps = [
"//common:comm",
"//common/test:test_main",