summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHui Lan <lanhui@zjnu.edu.cn>2021-02-06 23:02:08 +0800
committerHui Lan <lanhui@zjnu.edu.cn>2021-02-06 23:02:08 +0800
commit66ee3d5f0a0965e32307cba45e621eb02e332c52 (patch)
tree8a4607acf9b998fda31b192c467c7ca8be0a6c8e
parentfe42d9d9065f617b3c05bf6da3518cc3ff0bc2a1 (diff)
Jenkinsfile: do not test test_next_essay for now.
-rw-r--r--Jenkinsfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index b19b3c5..3bb9230 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -24,7 +24,6 @@ pipeline {
sh 'pip3 install selenium -U -q'
sh 'python3 -m pytest ./app/test/test_signup.py'
sh 'python3 -m pytest ./app/test/test_login.py'
- sh 'python3 -m pytest ./app/test/test_next_essay.py'
}
}
stage('DeployIt') {