Skip to content

Commit fe7d1b2

Browse files
[wdspec] Revert split of tests (#45843)
1 parent 270b595 commit fe7d1b2

File tree

2 files changed

+1
-56
lines changed

2 files changed

+1
-56
lines changed

webdriver/tests/bidi/network/response_completed/response_completed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ async def test_load_page_twice(
159159

160160
@pytest.mark.parametrize(
161161
"status, status_text",
162-
[(status, text) for (status, text) in HTTP_STATUS_AND_STATUS_TEXT if status not in [101, 407]],
162+
HTTP_STATUS_AND_STATUS_TEXT,
163163
)
164164
@pytest.mark.asyncio
165165
async def test_response_status(

webdriver/tests/bidi/network/response_completed/response_completed_status.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)