Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Nov 17, 2024
1 parent e1b6cde commit ae170e9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/test_snapshots.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,13 @@ async def run_before(pilot: Pilot):
class TestFocusAutoSwitchingConfig:
@pytest.mark.parametrize(
"focus_target",
["headers", "body", "query", "info", "url", "method"],
[
"headers",
"body",
"query",
"url",
"method",
], # TODO: "info" has been removed, the path field causes test fails on CI
)
def test_focus_on_request_open__open_body(
self,
Expand Down

0 comments on commit ae170e9

Please sign in to comment.