From fdcff37daafb24149348e4b531117d15c48ca3ec Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 29 Mar 2017 00:42:51 +0200 Subject: community/ruby-mathematical: move from testing --- .../ruby-mathematical/disable-unstable-delimiter-test.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community/ruby-mathematical/disable-unstable-delimiter-test.patch (limited to 'community/ruby-mathematical/disable-unstable-delimiter-test.patch') diff --git a/community/ruby-mathematical/disable-unstable-delimiter-test.patch b/community/ruby-mathematical/disable-unstable-delimiter-test.patch new file mode 100644 index 0000000000..83e6ff948f --- /dev/null +++ b/community/ruby-mathematical/disable-unstable-delimiter-test.patch @@ -0,0 +1,13 @@ +Disable unstable delimiter test + +Upstream-Issue: https://github.com/gjtorikian/mathematical/issues/73 +--- a/test/mathematical/delimiters_test.rb ++++ b/test/mathematical/delimiters_test.rb +@@ -46,6 +46,7 @@ + end + + def test_mixed ++ skip 'Disabled, because it randomly fails (#73)' + render = Mathematical.new(:delimiter => [:brackets, :double], :format => :mathml) + + fixture_tex = "\\[\\alpha\\] $$\\beta$$" -- cgit v1.2.3