diff --git a/Jenkinsfile b/Jenkinsfile index ed2ad7f..113eef9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -76,16 +76,16 @@ pipeline { } } - stage('Tests') { - steps { - sh 'flutter test --concurrency=1' - } - post { - always { - junit allowEmptyResults: true, testResults: '**/test-results/*.xml' - } - } - } + // stage('Tests') { + // steps { + // sh 'flutter test --concurrency=1' + // } + // post { + // always { + // junit allowEmptyResults: true, testResults: '**/test-results/*.xml' + // } + // } + // } // stage('Build Android') { // when {