This is an automated email from the ASF dual-hosted git repository.

zhangstar333 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new cb47a94880d [test](fix) add 'nonconcurrent' tag to avoid affecting 
other cases (#42689)
cb47a94880d is described below

commit cb47a94880dce3080b6cd967351f22dda67c6c5c
Author: Dongyang Li <hello_step...@qq.com>
AuthorDate: Thu Oct 31 21:13:32 2024 +0800

    [test](fix) add 'nonconcurrent' tag to avoid affecting other cases (#42689)
    
    ## Proposed changes
    
    Issue Number: close #xxx
    
    <!--Describe your changes.-->
---
 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

Reply via email to