Skip to content

Commit

Permalink
Revert "skip Quiz LTI contract tests"
Browse files Browse the repository at this point in the history
This reverts commit 5db206b.

Reason for revert: No longer needed

closes QUIZ-8109

Change-Id: I9496031c18b5904b77ab7cd77d42a389202b35f4
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/256481
Tested-by: Service Cloud Jenkins <[email protected]>
QA-Review: Alex Slaughter <[email protected]>
Product-Review: Alex Slaughter <[email protected]>
Reviewed-by: Aaron Ogata <[email protected]>
  • Loading branch information
slaughter550 committed Jan 11, 2021
1 parent ae98fc2 commit 266a694
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Jenkinsfile.contract-tests
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,11 @@ pipeline {
}
}

// skipped (QUIZ-8109 1/7/2021)
// stages['Quiz LTI'] = {
// timeout(time: 10) {
// runAndCopyResults('pact_test4', 'Quiz LTI')
// }
// }
stages['Quiz LTI'] = {
timeout(time: 10) {
runAndCopyResults('pact_test4', 'Quiz LTI')
}
}

stages['Sistemic'] = {
timeout(time: 10) {
Expand Down

0 comments on commit 266a694

Please sign in to comment.