From 9308c42cff2de949ecac505619a9b2ca53fdc589 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Thu, 7 May 2015 09:57:49 +0200 Subject: [PATCH] Skip boring concurrency test in internal/db --- internal/db/concurrency_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/db/concurrency_test.go b/internal/db/concurrency_test.go index 00e2e610f..f2b4c2a28 100644 --- a/internal/db/concurrency_test.go +++ b/internal/db/concurrency_test.go @@ -4,6 +4,8 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this file, // You can obtain one at http://mozilla.org/MPL/2.0/. +// +build ignore // this is a really tedious test for an old issue + package db_test import (