Skip to content

Commit

Permalink
Updated ignore list for SSO
Browse files Browse the repository at this point in the history
  • Loading branch information
bcipri committed Apr 4, 2016
1 parent aaac4f5 commit 84e12a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"aws-uat :: Deploy",
"aws-uat :: Delete stack"
].indexOf(branch.buildType.name) == -1) // Ignore TIP UAT, as the peering VPS infrastructure has not been set up
&& (branch.buildType.projectName != "Single Sign On"
&& (branch.buildType.projectName != "Single Sign On :: Dev"
|| [
"Run BDD tests on develop branch"
].indexOf(branch.buildType.name) == -1) // Ignore SSO E2E tests, as they are not reliable. Fix and unignore!
Expand Down

0 comments on commit 84e12a5

Please sign in to comment.