From 5bfb094ccea39e1383dc8b6ce65aa3d0aaa4cce4 Mon Sep 17 00:00:00 2001 From: Jeremy Apthorp Date: Tue, 27 Aug 2019 11:16:06 -0700 Subject: [PATCH] test: disable flaky remote-debugging-port test Ref #19422 --- spec/chromium-spec.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/chromium-spec.js b/spec/chromium-spec.js index 92264821577a2..f95d9c1504ada 100644 --- a/spec/chromium-spec.js +++ b/spec/chromium-spec.js @@ -59,7 +59,8 @@ describe('chromium feature', () => { }) describe('--remote-debugging-port switch', () => { - it('should display the discovery page', (done) => { + // TODO: fix this flaky test. https://github.com/electron/electron/issues/19422 + xit('should display the discovery page', (done) => { const electronPath = remote.getGlobal('process').execPath let output = '' const appProcess = ChildProcess.spawn(electronPath, [`--remote-debugging-port=`])