diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-29 00:42:51 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-29 00:42:51 +0200 |
commit | fdcff37daafb24149348e4b531117d15c48ca3ec (patch) | |
tree | 79711e0e3a3163d4373a9292a2604a04e24fac20 /community/ruby-mathematical/disable-unstable-delimiter-test.patch | |
parent | 0d42953156ad36105b7f484bd96b25fe2be8dd0e (diff) | |
download | aports-fdcff37daafb24149348e4b531117d15c48ca3ec.tar.bz2 aports-fdcff37daafb24149348e4b531117d15c48ca3ec.tar.xz |
community/ruby-mathematical: move from testing
Diffstat (limited to 'community/ruby-mathematical/disable-unstable-delimiter-test.patch')
-rw-r--r-- | community/ruby-mathematical/disable-unstable-delimiter-test.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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$$" |