mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
chore(tests): skip flaky test (#90763)
This commit is contained in:
parent
399d77a0fd
commit
bf09d8f615
@ -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,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user