[libdbd-pg-perl] 24/35: Cleanly skip unused test

Christoph Berg myon at debian.org
Wed Sep 27 17:41:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

myon pushed a commit to branch master
in repository libdbd-pg-perl.

commit 618d759acacf9f14a7b57c308e5cf24bb7fbf712
Author: Greg Sabino Mullane <greg at endpoint.com>
Date:   Thu Sep 21 18:36:31 2017 -0400

    Cleanly skip unused test
---
 t/40replication.t | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/t/40replication.t b/t/40replication.t
index 96e8780..5d4dab1 100644
--- a/t/40replication.t
+++ b/t/40replication.t
@@ -6,13 +6,17 @@ use 5.006;
 use strict;
 use warnings;
 use Data::Dumper;
-use Data::HexDump;
+##use Data::HexDump;
 use DBD::Pg ':async';
 use Test::More;
 use lib 't','.';
 require 'dbdpg_test_setup.pl';
 select(($|=1,select(STDERR),$|=1)[1]);
 
+pass 'This test is not ready yet';
+done_testing();
+exit;
+
 use constant {
     DUP_OBJ => '42710',
     USECS   => 1_000_000,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbd-pg-perl.git



More information about the Pkg-perl-cvs-commits mailing list