X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F745db2.t;h=9123330c2db1c782dfcf78a2bf2daf550f9bfb43;hb=906c03556a6c5584b3f2f18eb7501cc4c48704a1;hp=12e7045baf39b58f6353df80eda41da4165d801e;hpb=af1f4f842ae446a3339b92b33851ea80c928f17a;p=dbsrgits%2FDBIx-Class.git diff --git a/t/745db2.t b/t/745db2.t index 12e7045..9123330 100644 --- a/t/745db2.t +++ b/t/745db2.t @@ -90,7 +90,7 @@ is( $lim->count, 2, 'ROWS+OFFSET count ok' ); is( $lim->all, 2, 'Number of ->all objects matches count' ); # Limit with select-lock -TODO: { +{ local $TODO = "Seems we can't SELECT ... FOR ... on subqueries"; lives_ok { $schema->txn_do (sub {