This reverts commit 7b169c2884
.
This commit is contained in:
parent
c252deb878
commit
fa0323a3db
4 changed files with 0 additions and 42 deletions
|
@ -367,13 +367,6 @@ describe('web security', () => {
|
|||
});
|
||||
});
|
||||
|
||||
ifdescribe(process.platform === 'linux')('subprocesses', () => {
|
||||
it('does not propagate GDK_BACKEND', () => {
|
||||
const backend = process.env.GDK_BACKEND;
|
||||
expect(backend).to.eq(null);
|
||||
});
|
||||
});
|
||||
|
||||
describe('command line switches', () => {
|
||||
let appProcess: ChildProcess.ChildProcessWithoutNullStreams | undefined;
|
||||
afterEach(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue