Skip to content

Commit 56ced50

Browse files
authored
Merge pull request #601 from mozilla/tracy/change-mark-to-skip
Update pytest mark
2 parents a6de750 + 53c2663 commit 56ced50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/security_and_privacy/test_blocking_social_media_trackers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def add_to_prefs_list():
2727
]
2828

2929

30-
@pytest.mark.xfail # blocked by bug 1866005
30+
@pytest.mark.skip(reason="Blocked by bug 1866005. Tracked in bug 1940516.")
3131
def test_blocking_social_media_trackers(driver: Firefox):
3232
"""
3333
C446406: Ensure that ETP Custom mode with the option "Cross-site tracking cookies, and isolate other

0 commit comments

Comments
 (0)