summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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') {