projects
/
snapd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08b7c21
)
skip-TestPopulateFromSeedWithConnectHook
author
Michael Hudson-Doyle
<mwhudson@debian.org>
Thu, 1 Dec 2022 16:35:36 +0000
(16:35 +0000)
committer
Michael Vogt
<mvo@debian.org>
Thu, 1 Dec 2022 16:35:36 +0000
(16:35 +0000)
Gbp-Pq: Name 0016-skip-TestPopulateFromSeedWithConnectHook.patch
overlord/devicestate/firstboot_test.go
patch
|
blob
|
history
diff --git
a/overlord/devicestate/firstboot_test.go
b/overlord/devicestate/firstboot_test.go
index 47ac7a7a90d45c61501e78f4ffcbf35d008dcb02..19b505673bf2e80615057a832d793310943a8bf2 100644
(file)
--- 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()