From 8999ef9cd5f07207dfb0a72870f66bd9d41c8173 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Fri, 5 Nov 2021 09:27:38 +0800 Subject: [PATCH] remove win test --- Jenkinsfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 340a985dc9..372cb8c6a7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -578,12 +578,12 @@ pipeline { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { pre_test_win() - timeout(time: 20, unit: 'MINUTES'){ - bat''' - cd C:\\workspace\\TDinternal\\community\\tests\\pytest - .\\test-all.bat wintest - ''' - } + // timeout(time: 20, unit: 'MINUTES'){ + // bat''' + // cd C:\\workspace\\TDinternal\\community\\tests\\pytest + // .\\test-all.bat wintest + // ''' + // } } script{ win_stop=1 -- GitLab