Properly skip known broken tests
authorFlorian Ragwitz <rafl@debian.org>
Tue, 1 Mar 2011 13:43:05 +0000 (14:43 +0100)
committerFlorian Ragwitz <rafl@debian.org>
Tue, 1 Mar 2011 13:43:05 +0000 (14:43 +0100)
commitce616b55dfe42513400a5881614da857a7d6d767
tree8343132c4d0d98ed7779f20ebbeca5bc3f9e2134
parent8f912f0befe612150816bd29cb931de1ab73a499
Properly skip known broken tests

Faked passing tests are not cool, and nor are __END__ sections, as those will
break aggregation.

If we actually want to prevent the body of the tests from being compiled,
putting the C<< plan skip_all => ... >> in a BEGIN block is the right thing to
do.
t/aggregate/unit_core_engine_fixenv-iis6.t
t/aggregate/unit_core_engine_fixenv-lighttpd.t