diff --git a/texinfo-6.0-disable-failing-info-test.patch b/texinfo-6.0-disable-failing-info-test.patch
new file mode 100644
index 0000000..436354f
--- /dev/null
+++ b/texinfo-6.0-disable-failing-info-test.patch
@@ -0,0 +1,11 @@
+diff -up texinfo-6.0/info/Makefile.in.orig texinfo-6.0/info/Makefile.in
+--- texinfo-6.0/info/Makefile.in.orig	2015-07-14 13:17:44.298882856 +0200
++++ texinfo-6.0/info/Makefile.in	2015-07-14 13:18:13.082004108 +0200
+@@ -1695,7 +1695,6 @@ TESTS = \
+ 	t/end-of-line.sh \
+ 	t/goal-column.sh \
+ 	t/star-note-non-whitespace.sh \
+-	t/c-u-m-x-scroll-forward.sh \
+ 	t/last-no-history.sh \
+ 	t/split-footnotes.sh \
+ 	t/window-split-dir.sh \
diff --git a/texinfo.spec b/texinfo.spec
index 3094993..f40d7cd 100644
--- a/texinfo.spec
+++ b/texinfo.spec
@@ -19,6 +19,7 @@ Source4: filter-provides-texinfo.sh
 # Source5: macro definitions
 Source5: macros.info
 Patch0: texinfo-4.12-zlib.patch
+Patch1: texinfo-6.0-disable-failing-info-test.patch
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 Requires: perl >= 5.7.3, perl(Text::Unidecode)
@@ -66,6 +67,7 @@ for printing using TeX.
 %prep
 %setup -q
 %patch0 -p1 -b .zlib
+%patch1 -p1 -b .disable-failing-info-test
 
 %build
 %configure --with-external-Text-Unidecode \
@@ -168,7 +170,7 @@ fi
 %{_mandir}/man1/pdftexi2dvi.1*
 
 %changelog
-* Mon Jul 13 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.0-1
+* Tue Jul 14 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.0-1
 - Update to texinfo-6.0
   Resolves: #1236254