Revert "FIX: These tests are broken"

This reverts commit b1114b9a20343525c805d7339bd64954965a12f9.
This commit is contained in:
Guo Xiang Tan 2020-06-23 08:41:10 +08:00
parent b1114b9a20
commit 25db91e351
No known key found for this signature in database
GPG Key ID: FBD110179AAC1F20

View File

@ -3,7 +3,6 @@
require 'rails_helper'
describe DiscourseRedis do
skip "these tests are broken" do
let(:slave_host) { 'testhost' }
let(:slave_port) { 1234 }
@ -246,4 +245,3 @@ describe DiscourseRedis do
end
end
end
end