forked from Deuxfleurs/garage
Disable k2v tests when feature is disabled
This commit is contained in:
parent
431dee050f
commit
1e92e9f782
1 changed files with 1 additions and 0 deletions
|
@ -3,5 +3,6 @@ mod common;
|
||||||
|
|
||||||
mod admin;
|
mod admin;
|
||||||
mod bucket;
|
mod bucket;
|
||||||
|
#[cfg(feature = "k2v")]
|
||||||
mod k2v;
|
mod k2v;
|
||||||
mod s3;
|
mod s3;
|
||||||
|
|
Loading…
Reference in a new issue