From eb294238c90ba27afdbd4de867edba89214c6dda Mon Sep 17 00:00:00 2001 From: arpit551 Date: Fri, 27 Mar 2020 00:50:00 +0530 Subject: [PATCH] circleci: Comment out focal backend-frontend job. Comment out any Focal jobs in circleci config file. This is due to a recent bug that is causing some trouble while installing python-pip in Focal. So we are pausing Focal tests until we get stability. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6fe2c04587..eb1b6f95f3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -183,4 +183,4 @@ workflows: jobs: - "xenial-backend-frontend-python3.5" - "bionic-backend-python3.6" - - "focal-backend-frontend-python3.8" + # - "focal-backend-frontend-python3.8"