commit | ea1fc7ea91ba64ca9b3d0d016e9627a931b6abf8 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Wed Jan 10 18:49:31 2018 +0000 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Wed Jan 10 20:00:12 2018 +0000 |
tree | e07dc7ffbc247af9e33c7699b6c1d3bebdc7d212 | |
parent | f4a8417d34a36fcfae7fb9fe0d8d1e3b2b1ecaa8 [diff] |
storage/app: skip tests on plan9 The whole package was alread marked as +build !plan9, but I missed the tests before. Change-Id: I1f80512e8fbe939709d7159d9ab67c061f3433ba Reviewed-on: https://go-review.googlesource.com/87256 Reviewed-by: David du Colombier <0intro@gmail.com>
diff --git a/storage/app/query_test.go b/storage/app/query_test.go index 07e7c44..8c228c7 100644 --- a/storage/app/query_test.go +++ b/storage/app/query_test.go
@@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// +build !plan9 + package app import (