From 7815f244d6254f85fca439b0bbfaf63c0e263ea4 Mon Sep 17 00:00:00 2001
From: 6543 <6543@obermui.de>
Date: Sun, 29 Aug 2021 03:42:56 +0200
Subject: [PATCH] CI: rm unit-test-race step since its now coverd by unit-test
 too (#16856)

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
---
 .drone.yml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/.drone.yml b/.drone.yml
index 62c0366406..7be296fa5f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -218,17 +218,6 @@ steps:
       GITHUB_READ_TOKEN:
         from_secret: github_read_token
 
-  - name: unit-test-race
-    image: golang:1.17
-    commands:
-      - make test-backend
-    environment:
-      GOPROXY: off
-      TAGS: sqlite sqlite_unlock_notify
-      RACE_ENABLED: true
-      GITHUB_READ_TOKEN:
-        from_secret: github_read_token
-
   - name: unit-test-gogit
     pull: always
     image: golang:1.17