Skip to content

Commit

Permalink
xfail two tests that don't work with aiohttp3 and mocket anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed Feb 19, 2018
1 parent 861bb2d commit 95f6c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/model_func_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ async def test_error_on_missing_type_in_model(swagger_dict, sample_model, http_c
assert "'name' is a required property" in str(excinfo.value)


@pytest.mark.xfail(reason='Fails with aiohttp 3 due to https://github.com/mindflayer/python-mocket/issues/66')
@pytest.mark.asyncio
async def test_model_in_body_of_request(swagger_dict, sample_model, http_client):
param_spec = {
Expand Down
1 change: 1 addition & 0 deletions tests/functional/request_func_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from tests.functional.conftest import swagger_client


@pytest.mark.xfail(reason='Fails with aiohttp 3 due to https://github.com/mindflayer/python-mocket/issues/66')
@pytest.mark.asyncio
async def test_form_params_in_request(swagger_dict, http_client):
param1_spec = {
Expand Down

0 comments on commit 95f6c0d

Please sign in to comment.