Disable HKP tests (#940)
keyserver.ubuntu.com no longer serves CORS headers.
This commit is contained in:
parent
a0e9c608ba
commit
cbe88a54e9
|
@ -4,7 +4,7 @@ const chai = require('chai');
|
|||
|
||||
const { expect } = chai;
|
||||
|
||||
describe('HKP unit tests', function() {
|
||||
describe.skip('HKP unit tests', function() {
|
||||
this.timeout(60000);
|
||||
|
||||
let hkp;
|
||||
|
|
Loading…
Reference in New Issue
Block a user