DEV: Skip flaky specs (#23523)
This commit is contained in:
parent
60e7463476
commit
80dcaf1e98
|
@ -12,7 +12,7 @@ describe "Emoji deny list", type: :system do
|
|||
before { SiteSetting.emoji_deny_list = "" }
|
||||
let(:site_settings_page) { PageObjects::Pages::AdminSettings.new }
|
||||
|
||||
it "should allow admin to update emoji deny list" do
|
||||
skip "should allow admin to update emoji deny list" do
|
||||
site_settings_page.visit_category("posting")
|
||||
|
||||
site_settings_page.select_from_emoji_list("emoji_deny_list", "fu", false)
|
||||
|
|
|
@ -328,7 +328,7 @@ describe "New topic list", type: :system do
|
|||
expect(tabs_toggle.topics_tab).to be_inactive
|
||||
end
|
||||
|
||||
it "live-updates the counts shown on the tabs" do
|
||||
skip "live-updates the counts shown on the tabs" do
|
||||
Fabricate(:post, topic: Fabricate(:topic, tags: [tag]))
|
||||
|
||||
visit("/tag/#{tag.name}/l/new")
|
||||
|
|
Loading…
Reference in New Issue