diff --git a/spec/system/network_disconnected_spec.rb b/spec/system/network_disconnected_spec.rb index be70bd25778..8749525692b 100644 --- a/spec/system/network_disconnected_spec.rb +++ b/spec/system/network_disconnected_spec.rb @@ -6,9 +6,6 @@ RSpec.describe "Network Disconnected", type: :system do before { skip(<<~TEXT) } This group of tests is flaky and needs to be fixed. Example of error: - Failures: - - 1) Network Disconnected Doesn't show the offline indicator when the site setting isn't present Failure/Error: expect(page).to have_css("html.message-bus-offline") expected to find css "html.message-bus-offline" but there were no matches TEXT