Skip to content

Commit ea1fc7e

Browse files
committed
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 <[email protected]>
1 parent f4a8417 commit ea1fc7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

storage/app/query_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5+
// +build !plan9
6+
57
package app
68

79
import (

0 commit comments

Comments
 (0)