Disable k2v tests when feature is disabled

This commit is contained in:
Alex 2022-09-06 17:29:46 +02:00
parent 431dee050f
commit 1e92e9f782
Signed by untrusted user: lx
GPG Key ID: 0E496D15096376BE
1 changed files with 1 additions and 0 deletions

View File

@ -3,5 +3,6 @@ mod common;
mod admin;
mod bucket;
#[cfg(feature = "k2v")]
mod k2v;
mod s3;