From dcd92098f4ede2c7024914f51caef4829af785f9 Mon Sep 17 00:00:00 2001
From: Wojciech Barcik <wbarcik@syncad.com>
Date: Fri, 20 Nov 2020 13:37:46 +0100
Subject: [PATCH] Next try

---
 .gitlab-ci.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yaml b/.gitlab-ci.yaml
index 93e4a76ad..8c65615b1 100644
--- a/.gitlab-ci.yaml
+++ b/.gitlab-ci.yaml
@@ -387,7 +387,7 @@ sync-e2e-benchmark:
   stage: sync-e2e-benchmark
   needs: []
   script:
-    - *hive-sync-script-common
+    # - *hive-sync-script-common
     - ./scripts/ci/hive-server.sh start
     - pip install tox
     - touch tox-installed
@@ -403,7 +403,7 @@ sync-e2e-benchmark:
     - *tags_api_smoketest_negative-script
     - *mock_tests-script
     - *hive_api_smoketest-script
-    - *api-smoketest-benchmark-script
+    # - *api-smoketest-benchmark-script
   artifacts:
     when: always
     paths:
-- 
GitLab