From f3535292b3f3721f5e75cbbe26528abeb22f8e30 Mon Sep 17 00:00:00 2001 From: Michael Hobbs Date: Sat, 20 Dec 2014 15:34:16 -0800 Subject: [PATCH] reference issues for disabled deploy tests --- tests.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests.mk b/tests.mk index 217f6ffb6..8c790360a 100644 --- a/tests.mk +++ b/tests.mk @@ -104,12 +104,15 @@ deploy-tests: @$(QUIET) $(MAKE) deploy-test-gitsubmodules @$(QUIET) $(MAKE) deploy-test-go @$(QUIET) $(MAKE) deploy-test-java - # broken with new buildstep + # broken with new buildstep. + # ref: https://github.com/progrium/dokku/issues/832 + # ref: https://github.com/heroku/heroku-buildpack-ruby/pull/319 # @$(QUIET) $(MAKE) deploy-test-multi @$(QUIET) $(MAKE) deploy-test-nodejs-express @$(QUIET) $(MAKE) deploy-test-php @$(QUIET) $(MAKE) deploy-test-python-flask # fails on apt-get update... ref: https://github.com/progrium/buildpack-nginx/issues/18 + # https://github.com/progrium/buildpack-nginx/issues/18 # @$(QUIET) $(MAKE) deploy-test-static test: setup-deploy-tests lint unit-tests deploy-tests