Skip to content

Commit 9b824a3

Browse files
ignore tests that rely on internal packages
1 parent cafb4d4 commit 9b824a3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

bench_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// We benchmark converting between the JSON form
99
// and in-memory data structures.
1010

11-
//go:build !goexperiment.jsonv2
11+
//go:build ignore
1212

1313
package json
1414

internal/jsontest/testdata.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
//go:build goexperiment.jsonv2
5+
//go:build ignore
66

77
// Package jsontest contains functionality to assist in testing JSON.
88
package jsontest

jsontext/fuzz_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
//go:build goexperiment.jsonv2
5+
//go:build ignore
66

77
package jsontext
88

v2/bench_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
//go:build goexperiment.jsonv2
5+
//go:build ignore
66

77
package json_test
88

v2/intern_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
//go:build goexperiment.jsonv2
5+
//go:build ignore
66

77
package json
88

v2_bench_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
//go:build goexperiment.jsonv2
5+
//go:build ignore
66

77
// Large data benchmark.
88
// The JSON data is a summary of agl's changes in the

0 commit comments

Comments
 (0)