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

@ -87,5 +87,6 @@ async def test_lru_cache_two_nodes(pubsubs_fsub, monkeypatch):
@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, FloodsubFactory)