We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
grpc_test
1 parent c93e1f5 commit 23cc080Copy full SHA for 23cc080
pkg/plugin/grpc/grpc/BUILD.bazel
@@ -14,10 +14,7 @@ go_library(
14
15
go_test(
16
name = "grpc_test",
17
- srcs = [
18
- "grpc_test.go",
19
- "protoc-gen-grpc-python_test.go",
20
- ],
+ srcs = ["protoc-gen-grpc-python_test.go"],
21
data = [
22
":protoc",
23
":protoc-gen-grpc-python",
pkg/plugin/grpc/grpc/grpc_test.go
@@ -6,9 +6,6 @@ import (
6
"github.com/bazelbuild/rules_go/go/tools/bazel_testing"
7
)
8
9
-// TestMain is failing in CI:
10
-// error: mkdir /home/runner/.cache/bazel/_bazel_runner/43914acf8bee29fb1d82f3e3dee22a49/sandbox/linux-sandbox/789/bazel_testing: read-only file system
11
-// FIXME(pcj)
12
func TestMain(m *testing.M) {
13
bazel_testing.TestMain(m, bazel_testing.Args{
Main: txtar,
0 commit comments