melib/smtp: disable flakey test_smtp()
Run cargo lints / Lint on ${{ matrix.build }} (linux-amd64, ubuntu-latest, stable, x86_64-unknown-linux-gnu) (pull_request) Successful in 9m49s Details
Run Tests / Test on ${{ matrix.build }} (linux-amd64, ubuntu-latest, stable, x86_64-unknown-linux-gnu) (pull_request) Successful in 13m54s Details

Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
pull/328/head
Manos Pitsidianakis 2023-12-12 20:06:45 +02:00
parent 86bbf1ea57
commit b3079715f6
Signed by: Manos Pitsidianakis
GPG Key ID: 7729C7707F7E09D0
1 changed files with 1 additions and 0 deletions

View File

@ -1284,6 +1284,7 @@ mod test {
}
#[test]
#[ignore]
fn test_smtp() {
stderrlog::new()
.quiet(false)