From 43e85c587aad8852b83b3913694d1c1bd0e9245c Mon Sep 17 00:00:00 2001 From: Cosmin Sabou Date: Sun, 5 May 2019 22:40:37 +0000 Subject: [PATCH] Bug 1140656 - Disable test_socks.js on mac debug for frequent failures. r=jmaher Differential Revision: https://phabricator.services.mozilla.com/D29967 --HG-- extra : moz-landing-system : lando --- netwerk/test/unit/xpcshell.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netwerk/test/unit/xpcshell.ini b/netwerk/test/unit/xpcshell.ini index 70515a958406..28b04b5821a4 100644 --- a/netwerk/test/unit/xpcshell.ini +++ b/netwerk/test/unit/xpcshell.ini @@ -318,7 +318,7 @@ fail-if = os == "android" [test_simple.js] [test_sockettransportsvc_available.js] [test_socks.js] -skip-if = (verify && (os == 'mac')) +skip-if = (verify && (os == 'mac')) || (debug && (os == 'mac')) #Bug 1140656 # Bug 675039: test fails consistently on Android fail-if = os == "android" # http2 unit tests require us to have node available to run the spdy and http2 server