From: Matt S Trout Date: Thu, 28 Nov 2013 20:34:46 +0000 (+0000) Subject: todo xt/ tests temporarily to enable make dist X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e84e9d685fcc1943615c0ca15ad46483e403e166;p=dbsrgits%2FDBIx-Class.git todo xt/ tests temporarily to enable make dist --- diff --git a/xt/podcoverage.t b/xt/podcoverage.t index da48580..5c079cd 100644 --- a/xt/podcoverage.t +++ b/xt/podcoverage.t @@ -7,6 +7,8 @@ use lib qw(t/lib maint/.Generated_Pod/lib); use DBICTest; use namespace::clean; +local $TODO = 'Temporarily todo-ed for dq2eb'; + require DBIx::Class; unless ( DBIx::Class::Optional::Dependencies->req_ok_for ('test_podcoverage') ) { my $missing = DBIx::Class::Optional::Dependencies->req_missing_for ('test_podcoverage'); diff --git a/xt/strictures.t b/xt/strictures.t index 3996621..a46d198 100644 --- a/xt/strictures.t +++ b/xt/strictures.t @@ -5,6 +5,8 @@ use Test::More; use lib 't/lib'; use DBICTest; +local $TODO = 'Temporarily todo-ed for dq2eb'; + unless ( DBIx::Class::Optional::Dependencies->req_ok_for ('test_strictures') ) { my $missing = DBIx::Class::Optional::Dependencies->req_missing_for ('test_strictures'); $ENV{RELEASE_TESTING} diff --git a/xt/whitespace.t b/xt/whitespace.t index 62405bb..cd5c1a6 100644 --- a/xt/whitespace.t +++ b/xt/whitespace.t @@ -6,6 +6,8 @@ use File::Glob 'bsd_glob'; use lib 't/lib'; use DBICTest ':GlobalLock'; +local $TODO = 'Temporarily todo-ed for dq2eb'; + require DBIx::Class; unless ( DBIx::Class::Optional::Dependencies->req_ok_for ('test_whitespace') ) { my $missing = DBIx::Class::Optional::Dependencies->req_missing_for ('test_whitespace');