Disable notmuch test.
This commit is contained in:
parent
557d408dfe
commit
0dceaa33c2
@ -5,6 +5,7 @@ import (
|
||||
)
|
||||
|
||||
func TestUnreadMessageCount(t *testing.T) {
|
||||
t.Skip("notmuch tests disabled, notmuch CLI isn't present in hermetic env")
|
||||
nm := NewNotmuch("")
|
||||
count := nm.UnreadMessageCount()
|
||||
if count <= 0 {
|
||||
@ -13,6 +14,7 @@ func TestUnreadMessageCount(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestUnreadThreadCount(t *testing.T) {
|
||||
t.Skip("notmuch tests disabled, notmuch CLI isn't present in hermetic env")
|
||||
nm := NewNotmuch("")
|
||||
count := nm.UnreadThreadCount()
|
||||
if count <= 0 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user