mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-14 02:57:52 +08:00
pkg/daemon/daemon_test.go: Disable TestProgram_StillServesIfCannotOpenDB now.
This commit is contained in:
parent
e046315d28
commit
9344aa9659
|
@ -48,6 +48,8 @@ func TestProgram_ServesClientRequests(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestProgram_StillServesIfCannotOpenDB(t *testing.T) {
|
func TestProgram_StillServesIfCannotOpenDB(t *testing.T) {
|
||||||
|
t.SkipNow()
|
||||||
|
|
||||||
setup(t)
|
setup(t)
|
||||||
testutil.MustWriteFile("db", "not a valid bolt database")
|
testutil.MustWriteFile("db", "not a valid bolt database")
|
||||||
client := startServerClientPair(t)
|
client := startServerClientPair(t)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user