X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2Fdbixcsl_common_tests.pm;h=d26fb6c7d14d320dd9ada82785c774b9522658c4;hb=e42ec4ef998118c71f8bd66e765f597a6f74dd39;hp=4520528af05308ade63bea44d65cb61ad4ff3047;hpb=e9c09ed914e7c5e8c504825f41100b930f32b8fc;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/lib/dbixcsl_common_tests.pm b/t/lib/dbixcsl_common_tests.pm index 4520528..d26fb6c 100644 --- a/t/lib/dbixcsl_common_tests.pm +++ b/t/lib/dbixcsl_common_tests.pm @@ -685,7 +685,7 @@ sub test_schema { } SKIP: { - skip 'This vendor cannot do inline relationship definitions', 8 + skip 'This vendor cannot do inline relationship definitions', 9 if $self->{no_inline_rels}; my $moniker12 = $monikers->{loader_test12};