From: Michael Hudson-Doyle Date: Thu, 1 Dec 2022 16:35:36 +0000 (+0000) Subject: skip-TestPopulateFromSeedWithConnectHook X-Git-Tag: archive/raspbian/2.57.6-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cea54e357063fe4285860b50d67fa71e0044574f;p=snapd.git skip-TestPopulateFromSeedWithConnectHook Gbp-Pq: Name 0016-skip-TestPopulateFromSeedWithConnectHook.patch --- 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()