Skip to content

Commit 435999b

Browse files
Skip test/integration/authentication-oidc-test.js and test/integration/capability-discovery-test.js
1 parent 1159423 commit 435999b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/integration/authentication-oidc-test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ chai.use(require('dirty-chai'))
1919

2020
// In this test we always assume that we are Alice
2121

22-
describe('Authentication API (OIDC)', () => {
22+
// FIXME #1502
23+
describe.skip('Authentication API (OIDC)', () => {
2324
let alice, bob // eslint-disable-line no-unused-vars
2425

2526
const aliceServerUri = 'https://localhost:7000'

test/integration/capability-discovery-test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ const supertest = require('supertest')
77
const expect = require('chai').expect
88
// In this test we always assume that we are Alice
99

10-
describe('API', () => {
10+
// FIXME #1502
11+
describe.skip('API', () => {
1112
let alice
1213

1314
const aliceServerUri = 'https://localhost:5000'

0 commit comments

Comments
 (0)