X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F93storage_replication.t;fp=t%2F93storage_replication.t;h=1a6a3f3755e6c78575757cfaf66cec4806e5ba8d;hb=494674a52f9976f723d838cdfa96ab9b394b1c6e;hp=b63d5dd36aab4151833dac0aa8d2b15a0c568625;hpb=cda869a8afcef42813042caedb83d0a80b145ca0;p=dbsrgits%2FDBIx-Class.git diff --git a/t/93storage_replication.t b/t/93storage_replication.t index b63d5dd..1a6a3f3 100644 --- a/t/93storage_replication.t +++ b/t/93storage_replication.t @@ -563,7 +563,7 @@ SKIP: { ## We skip this tests unless you have a custom replicants, since the default ## sqlite based replication tests don't support these functions. - skip 'Cannot Test Replicant Status on Non Replicating Database', 9 + skip 'Cannot Test Replicant Status on Non Replicating Database', 10 unless DBICTest->has_custom_dsn && $ENV{"DBICTEST_SLAVE0_DSN"}; $replicated->replicate; ## Give the slaves a chance to catchup.