Blame 0007-test-kramdown-disable-race-y-test.patch

a3b0a38
From 5898eecd0d65e3b4e3d925d9503ce9ad597a1345 Mon Sep 17 00:00:00 2001
8f677fc
From: Fabio Valentini <decathorpe@gmail.com>
8f677fc
Date: Thu, 29 Aug 2019 01:16:32 +0200
8f677fc
Subject: [PATCH 7/7] test/kramdown: disable race-y test
8f677fc
8f677fc
---
55a6262
 test/test_kramdown.rb | 18 ------------------
55a6262
 1 file changed, 18 deletions(-)
8f677fc
8f677fc
diff --git a/test/test_kramdown.rb b/test/test_kramdown.rb
a3b0a38
index 02d2b0c0..3f22e8a1 100644
8f677fc
--- a/test/test_kramdown.rb
8f677fc
+++ b/test/test_kramdown.rb
a3b0a38
@@ -136,24 +136,6 @@ class TestKramdown < JekyllUnitTest
8f677fc
     end
8f677fc
 
8f677fc
     context "when a custom highlighter is chosen" do
8f677fc
-      should "use the chosen highlighter if it's available" do
8f677fc
-        override = {
8f677fc
-          "highlighter" => nil,
8f677fc
-          "kramdown"    => {
55a6262
-            "syntax_highlighter" => "coderay",
8f677fc
-          },
8f677fc
-        }
55a6262
-        converter = fixture_converter(Utils.deep_merge_hashes(@config, override))
55a6262
-        result = nokogiri_fragment(converter.convert(<<~MARKDOWN))
8f677fc
-          ~~~ruby
8f677fc
-          puts "Hello World"
8f677fc
-          ~~~
8f677fc
-        MARKDOWN
8f677fc
-
8f677fc
-        selector = "div.highlighter-coderay>div.CodeRay>div.code>pre"
8f677fc
-        refute result.css(selector).empty?
8f677fc
-      end
8f677fc
-
8f677fc
       should "support legacy enable_coderay... for now" do
8f677fc
         override = {
55a6262
           "kramdown" => {
8f677fc
-- 
55a6262
2.26.2
8f677fc