Skip to content

Commit

Permalink
test: skip https tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Nov 24, 2017
1 parent 5efc779 commit 07a96e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/simple-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ test('service-koa plain http get', async t => {
await ks.stop();
});

test('service-koa plain https get', async t => {
test.skip('service-koa plain https get', async t => {
const sp = new ServiceProvider();

const addr = 'localhost'; // address();
Expand Down

0 comments on commit 07a96e0

Please sign in to comment.