Disable new safekeepers tests as not stable enough.

This commit is contained in:
Arseny Sher
2021-09-26 22:33:58 +03:00
parent c846a824de
commit 70b08923ed
2 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
import asyncio
import asyncpg
import pytest
import random
from fixtures.zenith_fixtures import WalAcceptor, WalAcceptorFactory, ZenithPageserver, PostgresFactory, Postgres
@@ -139,6 +140,7 @@ async def run_restarts_under_load(pg: Postgres, acceptors: List[WalAcceptor], n_
# restart acceptors one by one, while executing and validating bank transactions
@pytest.mark.skip(reason="not stable enough")
def test_restarts_under_load(zenith_cli, pageserver: ZenithPageserver, postgres: PostgresFactory,
wa_factory: WalAcceptorFactory):