Skip marketstore docker tests, we're gonna drop it..

basic_buy_bot
Tyler Goodlet 2023-06-20 18:22:56 -04:00
parent d9708e28c8
commit 3fcf44aa52
1 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ from piker.service import marketstore
from piker.service import elastic
@pytest.mark.skip
def test_marketstore_startup_and_version(
open_test_pikerd: AsyncContextManager,
loglevel: str,
@ -38,7 +39,7 @@ def test_marketstore_startup_and_version(
) as (
_, # host
_, # port
pikerd_portal,
_,
services,
),