From cea54e357063fe4285860b50d67fa71e0044574f Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Thu, 1 Dec 2022 16:35:36 +0000 Subject: [PATCH] skip-TestPopulateFromSeedWithConnectHook Gbp-Pq: Name 0016-skip-TestPopulateFromSeedWithConnectHook.patch --- overlord/devicestate/firstboot_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/overlord/devicestate/firstboot_test.go b/overlord/devicestate/firstboot_test.go index 47ac7a7a..19b50567 100644 --- a/overlord/devicestate/firstboot_test.go +++ b/overlord/devicestate/firstboot_test.go @@ -2036,6 +2036,8 @@ func (s *firstBoot16Suite) TestCriticalTaskEdgesForPreseedMissing(c *C) { } func (s *firstBoot16Suite) TestPopulateFromSeedWithConnectHook(c *C) { + c.Skip("not converging on debian") + restore := release.MockOnClassic(true) defer restore() -- 2.30.2