diff --git a/test/10-verify.spec.js b/test/10-verify.spec.js
index 4236deb3..07268575 100644
--- a/test/10-verify.spec.js
+++ b/test/10-verify.spec.js
@@ -169,7 +169,7 @@ for(const [version, mockCredential] of versionedCredentials) {
     });
 
     describe('vc.signPresentation()', () => {
-      it.only('should create a signed VP', async () => {
+      it('should create a signed VP', async () => {
         const presentation = vc.createPresentation({
           verifiableCredential: mockCredential,
           id: 'test:ebc6f1c2',