Skip to content

Commit 4b7d17e

Browse files
author
wu-lee
committed
Set this test to skip - doesn't work (hangs)
1 parent b64d2b0 commit 4b7d17e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

t/branch.t

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ use MyTest::Replay;
99

1010
use File::Path qw(mkpath rmtree);
1111
use Shell qw(git cvs cd);
12-
use Test::More tests => 16;
12+
use Test::More skip_all => "This tests more involved branching - doesn't work yet";
13+
#tests => 16;
1314

1415
# This tests more involved branching - doesn't work yet
1516

0 commit comments

Comments
 (0)