chore(tests): skip flaky test (#90763)

This commit is contained in:
Jean-Philippe Quéméner 2024-07-22 19:18:05 +02:00 committed by GitHub
parent 399d77a0fd
commit bf09d8f615
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
})