Skip to content

Commit

Permalink
add ref to reason for unconsistent test
Browse files Browse the repository at this point in the history
  • Loading branch information
inkhey committed Mar 21, 2019
1 parent 9fbc5ca commit 534eb19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/func/fake_api/test_fake_api_aiohttp_serpyco.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@ async def test_func__test_fake_api_endpoints_ok__aiohttp(test_client,):
resp = await app.delete("/users/1")
assert resp.status == 204

@pytest.mark.xfail(reason='unconsistent test')
@pytest.mark.xfail(
reason="unconsistent test. "
"see issue #147(https://github.com/algoo/hapic/issues/147)"
)
async def test_func__test_fake_api_doc_ok__aiohttp_serpyco(test_client):
app = web.Application()
controllers = AiohttpSerpycoController()
Expand Down

0 comments on commit 534eb19

Please sign in to comment.