Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c39a64d authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Skip failing test on mac am: 9a4f3f7e

am: a9ff2022

Change-Id: Ibd82f3d895774000a57ead77e987b2007beda076
parents 7299e418 a9ff2022
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
package cc

import (
	"runtime"
	"strings"
	"testing"

@@ -37,6 +38,9 @@ func TestProto(t *testing.T) {
	})

	t.Run("plugin", func(t *testing.T) {
		if runtime.GOOS != "linux" {
			t.Skip("TODO(b/129763458): cc_binary_host tests fail on mac when trying to exec xcrun")
		}
		ctx := testCc(t, `
		cc_binary_host {
			name: "protoc-gen-foobar",