diff --git a/lighthouse-core/test/gather/gatherers/https-test.js b/lighthouse-core/test/gather/gatherers/https-test.js index 4c7b68989082..5668a4d58bcc 100644 --- a/lighthouse-core/test/gather/gatherers/https-test.js +++ b/lighthouse-core/test/gather/gatherers/https-test.js @@ -21,7 +21,7 @@ const HTTPSGather = require('../../../gather/gatherers/https'); const assert = require('assert'); let httpsGather; -describe.only('HTTPS gatherer', () => { +describe('HTTPS gatherer', () => { // Reset the Gatherer before each test. beforeEach(() => { httpsGather = new HTTPSGather();