mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-27 08:14:04 +00:00
Try again
This commit is contained in:
parent
8c6b4b1b21
commit
15876510c2
1 changed files with 2 additions and 1 deletions
|
@ -92,8 +92,9 @@ func TestAcceptMessage(t *testing.T) {
|
|||
handlerCalled := false
|
||||
go func() {
|
||||
handlerCalled = true
|
||||
m := <-mChan
|
||||
<-mChan
|
||||
//FIXME breaks some tests (in drone.io)
|
||||
//m := <-mChan
|
||||
//So(m, ShouldNotBeNil)
|
||||
wg.Done()
|
||||
}()
|
||||
|
|
Loading…
Reference in a new issue