Skip to content

Commit 2a00e01

Browse files
committed
remove old license tests
1 parent 54d159a commit 2a00e01

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • apps/meteor/tests/end-to-end/api

apps/meteor/tests/end-to-end/api/abac.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4073,12 +4073,6 @@ const addAbacAttributesToUserDirectly = async (userId: string, abacAttributes: I
40734073
});
40744074
});
40754075

4076-
describe('license veto (spec §0.2)', () => {
4077-
it.skip('local→virtru with license absent preserves abacAttributes and emits no switched audit event — requires runtime license toggle', () =>
4078-
undefined);
4079-
it.skip('flipping license active while already virtru retriggers the wipe — requires runtime license toggle', () => undefined);
4080-
});
4081-
40824076
describe('audit / logs (spec §5.2 — settled, NOT redacted)', () => {
40834077
let auditRoom: IRoom;
40844078
const auditAttrKey = `vstore_audit_${Date.now()}`;

0 commit comments

Comments
 (0)