From: Tom Clegg Date: Mon, 10 Apr 2017 20:56:37 +0000 (-0400) Subject: 7709: Clear deliveries before each test. Fixes flaky test. X-Git-Tag: 1.1.0~285^2~2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/de083a9fec0ca08afda5a9369c6cd32dbdcd0965 7709: Clear deliveries before each test. Fixes flaky test. --- diff --git a/services/api/test/functional/arvados/v1/users_controller_test.rb b/services/api/test/functional/arvados/v1/users_controller_test.rb index 98643a9e74..f98e482dd8 100644 --- a/services/api/test/functional/arvados/v1/users_controller_test.rb +++ b/services/api/test/functional/arvados/v1/users_controller_test.rb @@ -8,6 +8,7 @@ class Arvados::V1::UsersControllerTest < ActionController::TestCase setup do @initial_link_count = Link.count @vm_uuid = virtual_machines(:testvm).uuid + ActionMailer::Base.deliveries = [] end test "activate a user after signing UA" do