Skip to content

Commit b58c848

Browse files
[py] disable aria label tests
1 parent c8e2a79 commit b58c848

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/test/selenium/webdriver/common/element_aria_label_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
@pytest.mark.xfail_firefox
2424
@pytest.mark.xfail_safari
25+
@pytest.mark.xfail_remote
2526
def test_shouldReturnAccessibleName(driver):
2627
driver.get("data:text/html,<h1>Level 1 Header</h1>")
2728
header1 = driver.find_element(By.CSS_SELECTOR, "h1")

0 commit comments

Comments
 (0)