@@ -127,6 +127,7 @@ async fn setup_manager() -> PluginManager {
127127}
128128
129129#[ tokio:: test( flavor = "multi_thread" , worker_threads = 2 ) ]
130+ #[ ignore = "requires pre-built WASM plugins — run `make build-all-plugins` first" ]
130131async fn test_identity_resolver_denies_empty_user ( ) {
131132 init_tracing ( ) ;
132133 check_binaries_exist ( ) ;
@@ -148,6 +149,7 @@ async fn test_identity_resolver_denies_empty_user() {
148149}
149150
150151#[ tokio:: test( flavor = "multi_thread" , worker_threads = 2 ) ]
152+ #[ ignore = "requires pre-built WASM plugins — run `make build-all-plugins` first" ]
151153async fn test_pii_guard_denies_without_clearance ( ) {
152154 init_tracing ( ) ;
153155 check_binaries_exist ( ) ;
@@ -169,6 +171,7 @@ async fn test_pii_guard_denies_without_clearance() {
169171}
170172
171173#[ tokio:: test( flavor = "multi_thread" , worker_threads = 2 ) ]
174+ #[ ignore = "requires pre-built WASM plugins — run `make build-all-plugins` first" ]
172175async fn test_pii_guard_allows_with_clearance ( ) {
173176 init_tracing ( ) ;
174177 check_binaries_exist ( ) ;
@@ -195,6 +198,7 @@ async fn test_pii_guard_allows_with_clearance() {
195198}
196199
197200#[ tokio:: test( flavor = "multi_thread" , worker_threads = 2 ) ]
201+ #[ ignore = "requires pre-built WASM plugins — run `make build-all-plugins` first" ]
198202async fn test_remote_authz_allows_user_in_acl ( ) {
199203 init_tracing ( ) ;
200204 check_binaries_exist ( ) ;
@@ -213,6 +217,7 @@ async fn test_remote_authz_allows_user_in_acl() {
213217}
214218
215219#[ tokio:: test( flavor = "multi_thread" , worker_threads = 2 ) ]
220+ #[ ignore = "requires pre-built WASM plugins — run `make build-all-plugins` first" ]
216221async fn test_remote_authz_denies_user_not_in_acl ( ) {
217222 init_tracing ( ) ;
218223 check_binaries_exist ( ) ;
@@ -234,6 +239,7 @@ async fn test_remote_authz_denies_user_not_in_acl() {
234239}
235240
236241#[ tokio:: test( flavor = "multi_thread" , worker_threads = 2 ) ]
242+ #[ ignore = "requires pre-built WASM plugins — run `make build-all-plugins` first" ]
237243async fn test_non_pii_tool_allowed ( ) {
238244 init_tracing ( ) ;
239245 check_binaries_exist ( ) ;
@@ -252,6 +258,7 @@ async fn test_non_pii_tool_allowed() {
252258}
253259
254260#[ tokio:: test( flavor = "multi_thread" , worker_threads = 2 ) ]
261+ #[ ignore = "requires pre-built WASM plugins — run `make build-all-plugins` first" ]
255262async fn test_context_table_threads_across_hooks ( ) {
256263 init_tracing ( ) ;
257264 check_binaries_exist ( ) ;
@@ -291,6 +298,7 @@ async fn test_context_table_threads_across_hooks() {
291298}
292299
293300#[ tokio:: test( flavor = "multi_thread" , worker_threads = 2 ) ]
301+ #[ ignore = "requires pre-built WASM plugins — run `make build-all-plugins` first" ]
294302async fn test_wildcard_route_allowed ( ) {
295303 init_tracing ( ) ;
296304 check_binaries_exist ( ) ;
0 commit comments