test(sdk): Put sliding_sync behind its feature flag.

This commit is contained in:
Ivan Enderlin
2023-05-15 16:03:54 +02:00
parent 07267767fc
commit d2e9347be4

View File

@@ -16,6 +16,7 @@ use wiremock::{
mod client;
mod refresh_token;
mod room;
#[cfg(feature = "experimental-sliding-sync")]
mod sliding_sync;
#[cfg(all(test, not(target_arch = "wasm32")))]