diff options
Diffstat (limited to 'testing/tests/benchmarks/test_sqlcipher.py')
-rw-r--r-- | testing/tests/benchmarks/test_sqlcipher.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/benchmarks/test_sqlcipher.py b/testing/tests/benchmarks/test_sqlcipher.py index d300d931..762c850f 100644 --- a/testing/tests/benchmarks/test_sqlcipher.py +++ b/testing/tests/benchmarks/test_sqlcipher.py @@ -22,7 +22,7 @@ def build_test_sqlcipher_async_create(amount, size): def build_test_sqlcipher_create(amount, size): - @pytest.mark.synchronous + @pytest.mark.skip(reason="this test is lengthy and not a real use case") @pytest.mark.benchmark(group="test_sqlcipher_create") def test(soledad_client, monitored_benchmark, payload): client = soledad_client()._dbsyncer |