[javamail] 01/01: Ignore the sporadic failures of IMAPIdleUntaggedResponseTest (Closes: #769267)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sat Nov 15 15:44:21 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository javamail.
commit 8aa6defa77ffedb4afabf3304df68844f32e7ee9
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sat Nov 15 16:44:01 2014 +0100
Ignore the sporadic failures of IMAPIdleUntaggedResponseTest (Closes: #769267)
---
debian/changelog | 6 ++++--
debian/patches/03-disable-unstable-tests.patch | 14 ++++++++++++++
debian/patches/series | 1 +
3 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c406268..22da2d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-javamail (1.5.2-3) UNRELEASED; urgency=medium
+javamail (1.5.2-3) unstable; urgency=medium
+ * Ignore the sporadic failures of IMAPIdleUntaggedResponseTest
+ (Closes: #769267)
* debian/copyright: Fixed the short name of the BSD license
- -- Emmanuel Bourg <ebourg at apache.org> Thu, 13 Nov 2014 16:31:33 +0100
+ -- Emmanuel Bourg <ebourg at apache.org> Sat, 15 Nov 2014 16:27:48 +0100
javamail (1.5.2-2) unstable; urgency=medium
diff --git a/debian/patches/03-disable-unstable-tests.patch b/debian/patches/03-disable-unstable-tests.patch
new file mode 100644
index 0000000..25d8f10
--- /dev/null
+++ b/debian/patches/03-disable-unstable-tests.patch
@@ -0,0 +1,14 @@
+Description: Ignore the sporadic failures of IMAPIdleUntaggedResponseTest
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+Bug-Debian: https://bugs.debian.org/769267
+--- a/mail/src/test/java/com/sun/mail/imap/IMAPIdleUntaggedResponseTest.java
++++ b/mail/src/test/java/com/sun/mail/imap/IMAPIdleUntaggedResponseTest.java
+@@ -66,6 +66,7 @@
+ public Timeout deadlockTimeout = new Timeout(20000);
+
+ @Test
++ @org.junit.Ignore
+ public void test() {
+ TestServer server = null;
+ try {
diff --git a/debian/patches/series b/debian/patches/series
index 7f9beb8..f6d4cea 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
#01-ignore-findbugs.patch
01-disable-modules.patch
02-rename-jars.patch
+03-disable-unstable-tests.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javamail.git
More information about the pkg-java-commits
mailing list