diff --git a/spec/system/network_disconnected_spec.rb b/spec/system/network_disconnected_spec.rb index cb043398883..df658088a4d 100644 --- a/spec/system/network_disconnected_spec.rb +++ b/spec/system/network_disconnected_spec.rb @@ -9,7 +9,7 @@ RSpec.describe "Network Disconnected", type: :system, js: true do page.driver.browser.network_conditions = { offline: false } end - it "Message bus connectivity service adds class to DOM and displays offline indicator" do + xit "Message bus connectivity service adds class to DOM and displays offline indicator" do SiteSetting.enable_offline_indicator = true visit("/c")