Fix pt-archiver tests.

This commit is contained in:
Daniel Nichter
2012-02-01 10:21:30 -07:00
parent 84929a0408
commit 4408123ea8
3 changed files with 5 additions and 1 deletions

View File

@@ -19,6 +19,9 @@ my $dp = new DSNParser(opts=>$dsn_opts);
my $sb = new Sandbox(basedir => '/tmp', DSNParser => $dp);
my $dbh = $sb->get_dbh_for('master');
# This issue/bug seems not to have been reproduced or followed up on.
plan skip_all => "issue 1152";
if ( !$dbh ) {
plan skip_all => 'Cannot connect to sandbox master';
}