Skip to content

Commit cdccd46

Browse files
committed
skip bbs-plus-revocation test in CI only
1 parent 945e1e0 commit cdccd46

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

integration-tests/verification-flow/bbs-plus-revocation.test.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ import {createVerificationController} from '@docknetwork/wallet-sdk-core/src/ver
99
import {ProofTemplateIds, createProofRequest} from '../helpers/certs-helpers';
1010
import { bbsPlusRevocationCredential, credentialWithUpdatedWitness } from './bbs-plus-revocation-credentials';
1111

12-
// TODO: Investigate CI failures - test passes locally but fails in CI due to network/accumulator access issues
13-
describe.skip('BBS+ revocation', () => {
12+
// Skip in CI due to network/accumulator access issues - passes locally
13+
const describeOrSkip = process.env.CI ? describe.skip : describe;
14+
15+
describeOrSkip('BBS+ revocation', () => {
1416
it('should verify a revokable bbs+ credential', async () => {
1517
const wallet: IWallet = await getWallet();
1618

0 commit comments

Comments
 (0)