diff --git a/tests/dragonfly/pymemcached_test.py b/tests/dragonfly/pymemcached_test.py index 6074a020d..56245ee57 100644 --- a/tests/dragonfly/pymemcached_test.py +++ b/tests/dragonfly/pymemcached_test.py @@ -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): """