Skip failing test on mac am: 9a4f3f7ea8
am: a9ff20226e
Change-Id: Ibd82f3d895774000a57ead77e987b2007beda076
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
package cc
|
package cc
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"runtime"
|
||||||
"strings"
|
"strings"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
@@ -37,6 +38,9 @@ func TestProto(t *testing.T) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
t.Run("plugin", func(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, `
|
ctx := testCc(t, `
|
||||||
cc_binary_host {
|
cc_binary_host {
|
||||||
name: "protoc-gen-foobar",
|
name: "protoc-gen-foobar",
|
||||||
|
Reference in New Issue
Block a user