mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
chore: skip flaky test_noreply_pipeline (#3903)
* Disable the test_noreply_pipeline because it's really flaky. Will look on this once I wrap up with my pending tasks.
This commit is contained in:
parent
786c9cd44d
commit
a5fa3ab9f5
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ def test_basic(memcached_client: MCClient):
|
|||
# Noreply (and pipeline) tests
|
||||
|
||||
|
||||
@pytest.mark.skip("Flaky")
|
||||
@dfly_args(DEFAULT_ARGS)
|
||||
def test_noreply_pipeline(df_server: DflyInstance, memcached_client: MCClient):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue