This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch hello-stephen-patch-4 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 43e46bd263f079940adac3a96c090e76623a345f Author: Dongyang Li <hello_step...@qq.com> AuthorDate: Tue Oct 29 14:18:31 2024 +0800 [test](fix) add 'nonconcurrent' tag to avoid affecting other cases --- regression-test/suites/node_p0/test_frontend.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/node_p0/test_frontend.groovy b/regression-test/suites/node_p0/test_frontend.groovy index 4478a1d3709..2ccc432460b 100644 --- a/regression-test/suites/node_p0/test_frontend.groovy +++ b/regression-test/suites/node_p0/test_frontend.groovy @@ -15,7 +15,7 @@ // specific language governing permissions and limitations // under the License. -suite("test_frontend") { +suite("test_frontend", "nonconcurrent") { def address = "127.0.0.1" def notExistPort = 12345 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org