diff --git a/test/tests.bats b/test/tests.bats index 956656e4..788bdef5 100644 --- a/test/tests.bats +++ b/test/tests.bats @@ -1307,6 +1307,6 @@ EOF # @test "checking that the container stops cleanly" { - # run docker stop -t 60 mail + run docker stop -t 60 mail assert_success }