chore(tests): skip flaky test (#90763)
This commit is contained in:
@@ -150,6 +150,8 @@ func TestSmtpDialer(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestSmtpSend(t *testing.T) {
|
||||
// Test is currently very flaky. Skipping it for now.
|
||||
t.Skip()
|
||||
srv := smtpmock.New(smtpmock.ConfigurationAttr{
|
||||
MultipleRcptto: true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user