Skip to content

Commit c7fbe57

Browse files
Reenable capability-discovery-test
1 parent 3ac3fed commit c7fbe57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/integration/capability-discovery-test.js

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

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

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

0 commit comments

Comments
 (0)