From a9d297176d3e83ea69b96a5c37bd90cb5e24ff35 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Mon, 15 May 2017 11:14:23 -0500 Subject: [PATCH] Update shibboleth-idp.bats --- tests/shibboleth-idp.bats | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/shibboleth-idp.bats b/tests/shibboleth-idp.bats index 6bb7507..b58d36d 100644 --- a/tests/shibboleth-idp.bats +++ b/tests/shibboleth-idp.bats @@ -42,7 +42,7 @@ load ../common [ "$result" != "" ] } -@test "Defers configuration via ONBUILD" { - run grep ONBUILD Dockerfile - [ "$status" -eq 0 ] -} \ No newline at end of file +#@test "Defers configuration via ONBUILD" { +# run grep ONBUILD Dockerfile +# [ "$status" -eq 0 ] +#}