+openafs (1.8.6~pre1-3) UNRELEASED; urgency=medium
+
+ * Temporarily disable a test that fails on armhf buildd but not porterbox
+
+ -- Benjamin Kaduk <kaduk@mit.edu> Tue, 24 Mar 2020 15:36:32 -0700
+
openafs (1.8.6~pre1-2) unstable; urgency=medium
* Pull in upstream patch to not resolve IP addresses to names in the
--- /dev/null
+From: Benjamin Kaduk <kaduk@mit.edu>
+Date: Tue, 24 Mar 2020 15:33:59 -0700
+Subject: Temporarily disable flaky test
+
+The volser test consistently fails on the armhf buildd but succeeds
+on the porterbox. The nature of the test in question suggests that
+the issue in the test triggers only on a machine with a specific
+network configuration using specific addresses in 10.0.0.0/8, which
+should help track down the issue causing the test to fail on the buildd.
+
+Change-Id: Ie6403deb3eea62d3ab01ac45be502ae2fd94080a
+---
+ tests/TESTS | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/tests/TESTS b/tests/TESTS
+index e59014e..07277e1 100644
+--- a/tests/TESTS
++++ b/tests/TESTS
+@@ -18,6 +18,5 @@ ptserver/pts-man
+ rx/event
+ rx/perf
+ volser/vos-man
+-volser/vos
+ bucoord/backup-man
+ kauth/kas-man
0004-LINUX-5.6-define-time_t-and-use-timespec-timespec64.patch
0005-tests-skip-vos-tests-when-a-vlserver-is-already-runn.patch
0006-tests-do-not-resolve-addresses-in-vos-vl-test.patch
+0007-Temporarily-disable-flaky-test.patch