diff --git a/pkg/plugin/grpc/grpc/BUILD.bazel b/pkg/plugin/grpc/grpc/BUILD.bazel index 70f7b59d..60696437 100644 --- a/pkg/plugin/grpc/grpc/BUILD.bazel +++ b/pkg/plugin/grpc/grpc/BUILD.bazel @@ -14,10 +14,7 @@ go_library( go_test( name = "grpc_test", - srcs = [ - "grpc_test.go", - "protoc-gen-grpc-python_test.go", - ], + srcs = ["protoc-gen-grpc-python_test.go"], data = [ ":protoc", ":protoc-gen-grpc-python", diff --git a/pkg/plugin/grpc/grpc/grpc_test.go b/pkg/plugin/grpc/grpc/grpc_test.go index 80cc1b9b..fbff754e 100644 --- a/pkg/plugin/grpc/grpc/grpc_test.go +++ b/pkg/plugin/grpc/grpc/grpc_test.go @@ -6,9 +6,6 @@ import ( "github.com/bazelbuild/rules_go/go/tools/bazel_testing" ) -// TestMain is failing in CI: -// error: mkdir /home/runner/.cache/bazel/_bazel_runner/43914acf8bee29fb1d82f3e3dee22a49/sandbox/linux-sandbox/789/bazel_testing: read-only file system -// FIXME(pcj) func TestMain(m *testing.M) { bazel_testing.TestMain(m, bazel_testing.Args{ Main: txtar,