From a4887f968628681044040fb327b6fac63cc4262a Mon Sep 17 00:00:00 2001 From: Kenshi Muto Date: Mon, 21 Dec 2020 20:15:20 +0900 Subject: [PATCH] suppress pygments test. --- test/test_htmlbuilder.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_htmlbuilder.rb b/test/test_htmlbuilder.rb index f0c3cad8d..e38c0455b 100644 --- a/test/test_htmlbuilder.rb +++ b/test/test_htmlbuilder.rb @@ -1016,6 +1016,7 @@ def @chapter.list(_id) end def test_list_pygments_nulllang + return true if @skip_pygments def @chapter.list(_id) Book::Index::Item.new('samplelist', 1) end