diff --git a/concourse/tasks/rake-test/run.sh b/concourse/tasks/rake-test/run.sh index 1a90ace0c5..60e3ec722f 100755 --- a/concourse/tasks/rake-test/run.sh +++ b/concourse/tasks/rake-test/run.sh @@ -28,12 +28,6 @@ pushd nokogiri if [[ "${TEST_WITH_VALGRIND:-}" == "t" ]] ; then test_task="test:valgrind" # override # export TESTOPTS="-v" # see more verbose output to help narrow down warnings - - # always use the CI suppressions if they exist - if [[ -d ../ci/suppressions ]] ; then - rm -rf suppressions - cp -var ../ci/suppressions . - fi fi code-climate-setup