X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fgraph.t;h=c65f516833a839c71f02da648f59c74d865da72c;hb=e4b0f4643062d1654a512ab882b9e0798d40248e;hp=bdfcdbcbbad66ea064d11eadf346329a789bd5dc;hpb=255875b8b5d34bbb40eb4b101657e4ca0ac256d3;p=scpubgit%2Fstemmatology.git diff --git a/t/graph.t b/t/graph.t index bdfcdbc..c65f516 100644 --- a/t/graph.t +++ b/t/graph.t @@ -1,7 +1,7 @@ #!/usr/bin/perl use strict; use warnings; -use Test::More; +use Test::More skip_all => "lemmatization disabled for now"; use lib 'lib'; use Text::Tradition; use XML::LibXML;