From 17d78856e06d2503fbf02f628279589c2200bd70 Mon Sep 17 00:00:00 2001 From: Michael Hobbs Date: Wed, 14 Jan 2015 16:24:09 -0800 Subject: [PATCH] skip one ps test as circleci does not yet support `docker exec` --- tests/unit/ps.bats | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/ps.bats b/tests/unit/ps.bats index 58d6e787f..a6ba7ca75 100644 --- a/tests/unit/ps.bats +++ b/tests/unit/ps.bats @@ -11,6 +11,7 @@ teardown() { } @test "ps" { + skip "circleci does not support docker exec at the moment" run bash -c "dokku ps $TEST_APP | grep -q \"node web.js\"" echo "output: "$output echo "status: "$status