Skip to content
Commit a9d38768 authored by Stan Hu's avatar Stan Hu
Browse files

Fix failing Rails 4 spec in notification_service_worker_spec.rb

actionmailer wasn't actually upgraded from 4.2.10 to 4.2.11 in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23520.

Attempting to run this spec in Rails 4 will fail until
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23396
is merged. Let's disable it since we are only using Rails 5 on
this branch.
parent e230dd33
Loading
Loading
Loading