notmuch: disable tests, they don't work in hermetic env.
This commit is contained in:
parent
3a7d950968
commit
08728f6501
@ -577,6 +577,7 @@ mod tests {
|
|||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore] // skip because notmuch config is relative to $HOME
|
||||||
fn new() -> Result<(), NotmuchError> {
|
fn new() -> Result<(), NotmuchError> {
|
||||||
let nm = Notmuch::with_config("testdata/notmuch.config");
|
let nm = Notmuch::with_config("testdata/notmuch.config");
|
||||||
nm.new()?;
|
nm.new()?;
|
||||||
@ -590,6 +591,7 @@ mod tests {
|
|||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore] // skip because notmuch config is relative to $HOME
|
||||||
fn search() -> Result<(), NotmuchError> {
|
fn search() -> Result<(), NotmuchError> {
|
||||||
let nm = Notmuch::with_config("testdata/notmuch.config");
|
let nm = Notmuch::with_config("testdata/notmuch.config");
|
||||||
nm.new()?;
|
nm.new()?;
|
||||||
@ -598,6 +600,7 @@ mod tests {
|
|||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore] // skip because notmuch config is relative to $HOME
|
||||||
fn show() -> Result<(), NotmuchError> {
|
fn show() -> Result<(), NotmuchError> {
|
||||||
let nm = Notmuch::with_config("testdata/notmuch.config");
|
let nm = Notmuch::with_config("testdata/notmuch.config");
|
||||||
nm.new()?;
|
nm.new()?;
|
||||||
@ -607,6 +610,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore] // skip because notmuch config is relative to $HOME
|
||||||
fn count() -> Result<(), NotmuchError> {
|
fn count() -> Result<(), NotmuchError> {
|
||||||
let nm = Notmuch::with_config("testdata/notmuch.config");
|
let nm = Notmuch::with_config("testdata/notmuch.config");
|
||||||
nm.new()?;
|
nm.new()?;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user