From a9e3ce47a38f7f09be72bbcc35558d9cdff4b3dd Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sat, 10 Feb 2018 22:18:15 +0000 Subject: [PATCH] disable-TestDoRequestSerialErrorsOnNoHost Gbp-Pq: Name disable-TestDoRequestSerialErrorsOnNoHost.patch --- overlord/devicestate/devicestate_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/overlord/devicestate/devicestate_test.go b/overlord/devicestate/devicestate_test.go index e42d0722..455f76cd 100644 --- a/overlord/devicestate/devicestate_test.go +++ b/overlord/devicestate/devicestate_test.go @@ -764,6 +764,7 @@ version: gadget } func (s *deviceMgrSuite) TestDoRequestSerialErrorsOnNoHost(c *C) { + c.Skip("test is flaky, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887067") privKey, _ := assertstest.GenerateKey(testKeyLength) nowhere := "http://nowhere.nowhere.test" -- 2.30.2