From 3d3d921f42f2dc2e23d34c93b7a8a1b1651ce550 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 25 Mar 2017 18:58:06 +0100 Subject: testing/ruby-mathematical: disable two unstable tests --- .../ruby-mathematical/disable-unstable-delimiter-test.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/ruby-mathematical/disable-unstable-delimiter-test.patch (limited to 'testing/ruby-mathematical/disable-unstable-delimiter-test.patch') diff --git a/testing/ruby-mathematical/disable-unstable-delimiter-test.patch b/testing/ruby-mathematical/disable-unstable-delimiter-test.patch new file mode 100644 index 0000000000..83e6ff948f --- /dev/null +++ b/testing/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