aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-mathematical/disable-unstable-delimiter-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-mathematical/disable-unstable-delimiter-test.patch')
-rw-r--r--community/ruby-mathematical/disable-unstable-delimiter-test.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/ruby-mathematical/disable-unstable-delimiter-test.patch b/community/ruby-mathematical/disable-unstable-delimiter-test.patch
deleted file mode 100644
index 83e6ff948f..0000000000
--- a/community/ruby-mathematical/disable-unstable-delimiter-test.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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$$"