Skip to content

Commit

Permalink
Merge pull request #48 from docker/remove-onbuild-test
Browse files Browse the repository at this point in the history
Update shibboleth-idp.bats
  • Loading branch information
pcaskey authored May 15, 2017
2 parents ca3d231 + a9d2971 commit a03cbff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/shibboleth-idp.bats
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ load ../common
[ "$result" != "" ]
}

@test "Defers configuration via ONBUILD" {
run grep ONBUILD Dockerfile
[ "$status" -eq 0 ]
}
#@test "Defers configuration via ONBUILD" {
# run grep ONBUILD Dockerfile
# [ "$status" -eq 0 ]
#}

0 comments on commit a03cbff

Please sign in to comment.