Disable HKP tests (#940)

keyserver.ubuntu.com no longer serves CORS headers.
This commit is contained in:
Daniel Huigens 2019-08-09 20:03:40 +02:00 committed by GitHub
parent a0e9c608ba
commit cbe88a54e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;