Browse Source

Skip boring concurrency test in internal/db

Jakob Borg 10 years ago
parent
commit
9308c42cff
1 changed files with 2 additions and 0 deletions
  1. 2 0
      internal/db/concurrency_test.go

+ 2 - 0
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 (