mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Skip client-certificate test for Linux (#12213)
This commit is contained in:
@@ -493,6 +493,12 @@ describe('app module', () => {
|
||||
describe('select-client-certificate event', () => {
|
||||
let w = null
|
||||
|
||||
before(function () {
|
||||
if (process.platform === 'linux') {
|
||||
this.skip()
|
||||
}
|
||||
})
|
||||
|
||||
beforeEach(() => {
|
||||
w = new BrowserWindow({
|
||||
show: false,
|
||||
|
||||
Reference in New Issue
Block a user