diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-25 18:58:06 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-25 18:58:51 +0100 |
commit | 3d3d921f42f2dc2e23d34c93b7a8a1b1651ce550 (patch) | |
tree | 15169dda59b868ff604bd17371871c244beec7db /testing/ruby-mathematical/disable-unstable-delimiter-test.patch | |
parent | 7a820978708d99aa949b663fb12633eea9d58e72 (diff) | |
download | aports-3d3d921f42f2dc2e23d34c93b7a8a1b1651ce550.tar.bz2 aports-3d3d921f42f2dc2e23d34c93b7a8a1b1651ce550.tar.xz |
testing/ruby-mathematical: disable two unstable tests
Diffstat (limited to 'testing/ruby-mathematical/disable-unstable-delimiter-test.patch')
-rw-r--r-- | testing/ruby-mathematical/disable-unstable-delimiter-test.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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$$" |