tests: mark t/10-dock.t as TODO, dock clients not implemented yet (makes all tests pass!)

This commit is contained in:
Michael Stapelberg 2010-11-28 22:12:53 +01:00
parent 85b7e60bac
commit 178b28ed09
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,9 @@ BEGIN {
use_ok('X11::XCB::Connection') or BAIL_OUT('Cannot load X11::XCB::Connection');
}
SKIP: {
skip "Dock clients not yet implemented", 1;
my $x = X11::XCB::Connection->new;
#####################################################################
@ -51,3 +54,4 @@ sleep 0.25;
diag( "Testing i3, Perl $], $^X" );
}