From ff2ecc5fb964d1fec2ffebb6c4d29ab4486e1871 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Tue, 16 Jan 2018 00:02:31 +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