diff --git a/SPECS/curl.spec b/SPECS/curl.spec
index 34022fd..122a47a 100644
--- a/SPECS/curl.spec
+++ b/SPECS/curl.spec
@@ -277,6 +277,11 @@ printf "1112\n" >> tests/data/DISABLED
 echo "1319" >> tests/data/DISABLED
 %endif
 
+#skip 2 test from CentOS
+echo "46" >> tests/data/DISABLED
+echo "2032" >> tests/data/DISABLED
+#
+
 %build
 [ -x /usr/kerberos/bin/krb5-config ] && KRB5_PREFIX="=/usr/kerberos"
 %configure --disable-static \
@@ -372,6 +377,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Sun Nov 22 2015 Johnny Hughes <johnny@centos.org> 7.29.0-25
+- skip 2 failed tests on centos builds
+
 * Mon May 11 2015 Kamil Dudka <kdudka@redhat.com> 7.29.0-25
 - fix spurious failure of test 1500 on ppc64le (#1218272)