skip one ps test as circleci does not yet support docker exec

This commit is contained in:
Michael Hobbs
2015-01-14 16:24:09 -08:00
parent 376e1d3411
commit 17d78856e0

View File

@@ -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