From 49b625c2689af7a3fcc8f44e191e9e4677f99199 Mon Sep 17 00:00:00 2001
From: Jure Triglav <juretriglav@gmail.com>
Date: Fri, 14 Aug 2020 02:26:57 +0200
Subject: [PATCH] ci: remove special firefox env as it prevents client
 connection

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4ac4ece8ef..d26d08f837 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -69,4 +69,4 @@ test-firefox:
   script:
     - cd ${HOME}
     # specify host here else it confuses the linked postgres image
-    - MOZ_FORCE_DISABLE_E10S=1 PGHOST=postgres yarn test:all:firefox
+    - PGHOST=postgres yarn test:all:firefox
-- 
GitLab