pkg/daemon/daemon_test.go: Disable TestProgram_StillServesIfCannotOpenDB now.

This commit is contained in:
Qi Xiao 2021-09-15 21:37:28 +01:00
parent e046315d28
commit 9344aa9659

View File

@ -48,6 +48,8 @@ func TestProgram_ServesClientRequests(t *testing.T) {
}
func TestProgram_StillServesIfCannotOpenDB(t *testing.T) {
t.SkipNow()
setup(t)
testutil.MustWriteFile("db", "not a valid bolt database")
client := startServerClientPair(t)