mirror of
https://github.com/discourse/discourse.git
synced 2025-03-14 10:33:43 +00:00
DEV: Skip system tests that have been flaky (#31824)
The tests are being tracked internally to be fixed
This commit is contained in:
committed by
GitHub
parent
32e8099258
commit
a91a03779d
@ -210,11 +210,11 @@ shared_examples "forgot password scenarios" do
|
||||
end
|
||||
|
||||
describe "User resetting password", type: :system do
|
||||
context "when desktop" do
|
||||
skip "when desktop" do
|
||||
include_examples "forgot password scenarios"
|
||||
end
|
||||
|
||||
context "when mobile", mobile: true do
|
||||
skip "when mobile", mobile: true do
|
||||
include_examples "forgot password scenarios"
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user