We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609dccd commit 03598efCopy full SHA for 03598ef
1 file changed
packages/client/lib/__tests__/EBSIE2E.spec.test.ts
@@ -53,7 +53,8 @@ const kid = `${DID}#z2dmzD81cgPx8Vki7JbuuMmFYrWPgYoytykUZ3eyqht1j9Kbrm54tL4pRrDD
53
54
// const jw = jose.importKey()
55
56
-describe('OID4VCI-Client using Sphereon issuer should', () => {
+// EBSI returning a 500 in credential endpoint all of a sudden
57
+describe.skip('OID4VCI-Client using Sphereon issuer should', () => {
58
async function test(credentialType: 'CTWalletCrossPreAuthorisedInTime' | 'CTWalletCrossPreAuthorisedDeferred' | 'CTWalletCrossAuthorisedInTime') {
59
debug.enable('*');
60
const offer = await getCredentialOffer(credentialType);
0 commit comments