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