diff --git a/apps/ssi-abstraction/test/revocation.e2e-spec.ts b/apps/ssi-abstraction/test/revocation.e2e-spec.ts
index 9d58fb4a75e935d8259fbe686d13e6e51f1f7a41..a9f14ce4b37dd44f0234a0eb9a87291acf7920d1 100644
--- a/apps/ssi-abstraction/test/revocation.e2e-spec.ts
+++ b/apps/ssi-abstraction/test/revocation.e2e-spec.ts
@@ -1,7 +1,6 @@
 import type { INestApplication } from '@nestjs/common';
 import type { ClientProxy } from '@nestjs/microservices';
 import type {
-  EventAnonCredsCredentialsGetAllInput,
   EventAnonCredsRevocationRegisterRevocationRegistryDefinitionInput,
   EventAnonCredsRevocationRegisterRevocationStatusListInput,
   EventAnonCredsRevocationRevokeInput,
@@ -11,7 +10,6 @@ import type {
 import { ClientsModule, Transport } from '@nestjs/microservices';
 import { Test } from '@nestjs/testing';
 import {
-  EventAnonCredsCredentialsGetAll,
   EventDidcommAnonCredsCredentialsOfferToSelf,
   EventAnonCredsRevocationRegisterRevocationRegistryDefinition,
   EventAnonCredsRevocationRegisterRevocationStatusList,
@@ -112,7 +110,7 @@ describe('Revocation', () => {
     client.close();
   });
 
-  xit(
+  it(
     EventAnonCredsRevocationRegisterRevocationRegistryDefinition.token,
     async () => {
       const response$ = client.send<
@@ -139,7 +137,7 @@ describe('Revocation', () => {
     },
   );
 
-  xit(EventAnonCredsRevocationRegisterRevocationStatusList.token, async () => {
+  it(EventAnonCredsRevocationRegisterRevocationStatusList.token, async () => {
     let revRegDefId: string = '';
     {
       const response$ = client.send<