Use `skip` not `pending`

This commit is contained in:
Robin Ward 2019-02-08 13:48:29 -05:00
parent c719658f9f
commit b75a3e391a
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ shared_examples "backup store" do
end
describe "#reset_cache" do
pending "resets the storage stats report" do
skip "resets the storage stats report" do
report_type = "storage_stats"
report = Report.find(report_type)
Report.cache(report, 35.minutes)