DEV: Skip system tests that have been flaky (#31824)

The tests are being tracked internally to be fixed
This commit is contained in:
Alan Guo Xiang Tan
2025-03-14 16:50:42 +08:00
committed by GitHub
parent 32e8099258
commit a91a03779d

View File

@ -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