X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fsqlmaker%2Fcore_quoted.t;h=f02cf0d6b8f4dd80084fd37979f4c9d544e25a09;hb=d7571c643eb224eda12a424acda4c00a15ddfb42;hp=53ce03bdb135224f7d75fa8d4b558227373c76f8;hpb=f4a8b21ef21bb85228f0ee10e1abbad2116c702b;p=dbsrgits%2FDBIx-Class.git diff --git a/t/sqlmaker/core_quoted.t b/t/sqlmaker/core_quoted.t index 53ce03b..f02cf0d 100644 --- a/t/sqlmaker/core_quoted.t +++ b/t/sqlmaker/core_quoted.t @@ -3,6 +3,8 @@ use warnings; use Test::More; +local $TODO = 'Temporarily todo-ed for dq2eb'; + use lib qw(t/lib); use DBICTest; use DBIC::SqlMakerTest;