[skip e2e]Fix a typo issue (#15084)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
yanliang567
2022-01-10 22:28:23 +08:00
committed by GitHub
parent da972768fc
commit 0eb9e285da
+1 -1
View File
@@ -47,7 +47,7 @@ all Approvers are listed under OWNERS_ALIASES file.
- If `[skip e2e]` is tagged, is it safe enough to skip running e2e tests?
- Notes: it skips running e2e tests, if there is a `[skip e2e]` in the commit message.
- Does the code will generate similar logs many times in one seconds?
- Does the code will generate similar logs many times in one second?
## Things to keep in mind when you are writing a review comment