Mark some slow tests as such

This commit is contained in:
Alex Stokes
2019-08-02 16:48:43 -07:00
parent 1e5357a1e1
commit fb43728661
4 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@ async def test_gossipsub_initialize_with_floodsub_protocol():
@pytest.mark.parametrize("test_case_obj", floodsub_protocol_pytest_params)
@pytest.mark.asyncio
@pytest.mark.slow
async def test_gossipsub_run_with_floodsub_tests(test_case_obj):
await perform_test_from_obj(
test_case_obj,