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 <[email protected]> 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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
