Skip to content

Commit

Permalink
chore(tests): skip flaky test (grafana#90763)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyQQQQ authored Jul 22, 2024
1 parent 399d77a commit bf09d8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/services/notifications/smtp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
Expand Down

0 comments on commit bf09d8f

Please sign in to comment.