From c1c8bfda4e5b0fdeb513d1ee06fdeece204188ba Mon Sep 17 00:00:00 2001 From: Doug Date: Thu, 15 Feb 2024 15:40:18 +0000 Subject: [PATCH] Fix: Feature flags on CI --- crates/matrix-sdk/src/client/builder.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/matrix-sdk/src/client/builder.rs b/crates/matrix-sdk/src/client/builder.rs index 70fd0ac96..3ddbc7b1c 100644 --- a/crates/matrix-sdk/src/client/builder.rs +++ b/crates/matrix-sdk/src/client/builder.rs @@ -948,6 +948,7 @@ pub(crate) mod tests { } #[async_test] + #[cfg(feature = "experimental-sliding-sync")] async fn test_discovery_well_known_with_sliding_sync_override() { // Given a base server with a well-known file that points to a homeserver with a // sliding sync proxy.