From f8855bc5dd7fed13a6ca027265c2065997365c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Thu, 2 Jan 2014 18:36:55 +0100 Subject: [PATCH] Ignore IMAP tests due to expired certificate. --- ruby.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ruby.spec b/ruby.spec index 52f0c0b..f1bb181 100644 --- a/ruby.spec +++ b/ruby.spec @@ -563,6 +563,10 @@ sed -i -r "s|( \*.*\*)\/(.*)|\1\\\/\2|" %{buildroot}%{tapset_dir}/libruby.so.%{r %check DISABLE_TESTS="" +# Ignore IMAP tests due to expired certificate. +# http://bugs.ruby-lang.org/issues/9341 +DISABLE_TESTS="-x test_imap.rb $DISABLE_TESTS" + %ifarch armv7l armv7hl armv7hnl # test_call_double(DL::TestDL) fails on ARM HardFP # http://bugs.ruby-lang.org/issues/6592