Skip to content

Commit 828a924

Browse files
committed
Merge branch 'bc/fix-fxa' into as/history-exclude-private-sessions
2 parents 5e1f232 + d2203a6 commit 828a924

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/sync_and_fxa/test_new_fxa.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ def acct_password():
1515
return "Test123???"
1616

1717

18+
@pytest.mark.skip(
19+
"Stop spamming stage with fake accounts; remove when we implement acct delete"
20+
)
1821
def test_sync_new_fxa(driver: Firefox, fxa_url: str, new_fxa_prep: dict, get_otp_code):
1922
"""C131094: The user is able to create a new Firefox Account"""
2023

0 commit comments

Comments
 (0)