blob: 83e6ff948f120df5b58d1a6060debda00b718b16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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$$"
|