Gate integration tests of unrebuilt Enterprise features behind pending-rebuild; record what v0.16.22 proved

This commit is contained in:
2026-09-18 10:29:20 -07:00
parent 0c6b3dffc0
commit 0db5ab9155
6 changed files with 49 additions and 4 deletions
+2
View File
@@ -60,6 +60,7 @@ pub async fn system_tests() {
authentication::test(&test).await;
oidc::test(&mut test).await;
authorization::test(&mut test).await;
#[cfg(feature = "pending-rebuild")] // inbuxa: pending-rebuild, see docs/spec/features/multi-tenancy.md
tenant::test(&mut test).await;
security::test(&mut test).await;
quota::test(&mut test).await;
@@ -67,6 +68,7 @@ pub async fn system_tests() {
delivery::test(&mut test).await;
crypto::test(&mut test).await;
antispam::test(&mut test).await;
#[cfg(feature = "pending-rebuild")] // inbuxa: pending-rebuild, see docs/spec/features/undelete.md
archiving::test(&mut test).await;
task::test(&mut test).await;