1
0
Fork 0
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:
Kostas Kyrimis 2024-10-10 10:37:13 +03:00 committed by GitHub
parent 786c9cd44d
commit a5fa3ab9f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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):
"""