提交 f20bf4d3 编写于 作者: T Thomas Stromberg

Disable mount tests in Darwin to workaround panic: timedout bug

These tests reliably cause a "panic: timed out" condition due to
hitherto unknown reasons. See issue #3200 for context.

dlorenc mentioned that this test never worked, so when I re-enabled it
recently for all platforms in af61bf79,
it introduced a persistent test failure for darwin.

I'll leave issue #3200 open until we are able to re-enable this test.
上级 5b0d1896
......@@ -34,6 +34,9 @@ import (
func testMounting(t *testing.T) {
t.Parallel()
if runtime.GOOS == "darwin" {
t.Skip("mount tests disabled in darwin due to timeout (issue#3200)")
}
if strings.Contains(*args, "--vm-driver=none") {
t.Skip("skipping test for none driver as it does not need mount")
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册