We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45686c3 commit 150ad69Copy full SHA for 150ad69
1 file changed
sdks/rust/tests/test-client/src/test_handlers.rs
@@ -2638,7 +2638,7 @@ async fn test_parameterized_subscription(db_name: &str) {
2638
2639
/// In this test we have two clients subscribe to the `users` table.
2640
/// Access to this table is controlled using the following RLS rule:
2641
-/// ```rust
+/// ```rust,ignore
2642
/// #[spacetimedb::client_visibility_filter]
2643
/// const USERS_FILTER: spacetimedb::Filter = spacetimedb::Filter::Sql(
2644
/// "SELECT * FROM users WHERE identity = :sender"
0 commit comments