Skip boring concurrency test in internal/db

This commit is contained in:
Jakob Borg 2015-05-07 09:57:49 +02:00
parent c096cd34b9
commit 9308c42cff
1 changed files with 2 additions and 0 deletions

View File

@ -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 (