提交 8ed7a840 编写于 作者: A aarzilli 提交者: Derek Parker

tests: disable function call injection tests on macOS on Travis-CI

Updates #1802
上级 a7f59805
......@@ -311,6 +311,10 @@ func MustSupportFunctionCalls(t *testing.T, testBackend string) {
if testBackend == "rr" || (runtime.GOOS == "darwin" && testBackend == "native") {
t.Skip("this backend does not support function calls")
}
if runtime.GOOS == "darwin" && os.Getenv("TRAVIS") == "true" {
t.Skip("function call injection tests are failing on macOS on Travis-CI (see #1802)")
}
}
// DefaultTestBackend changes the value of testBackend to be the default
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册