Skip to content

Commit

Permalink
chore: re-enable protocol partition request spec (#15483)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere authored and ckerr committed Oct 31, 2018
1 parent e345209 commit 1d81d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/api-session-spec.js
Expand Up @@ -469,7 +469,7 @@ describe('session module', () => {
})
})

xit('handles requests from partition', (done) => {
it('handles requests from partition', (done) => {
w.webContents.on('did-finish-load', () => done())
w.loadURL(`${protocolName}://fake-host`)
})
Expand Down

0 comments on commit 1d81d1a

Please sign in to comment.