]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.regabi] os: disable TestDirFS until #42637 is fixed
authorMatthew Dempsky <mdempsky@google.com>
Mon, 25 Jan 2021 05:26:14 +0000 (21:26 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Mon, 25 Jan 2021 18:06:58 +0000 (18:06 +0000)
commitbe9612a832186637173e35a2aa83ae193cf8d957
treec3d2d32c6d652aacf67cd650711463dabe16d288
parent8ee3d398383170e21ba2a63b3a45e1577f97c329
[dev.regabi] os: disable TestDirFS until #42637 is fixed

This test is causing nearly every trybot run on dev.regabi and
dev.typeparams to fail. It's already a release blocker for Go 1.16, so
the failures on the development branches is entirely noise; and
because it causes the trybots to short-circuit, it risks masking
actual Windows-specific failures.

This CL disables the test until a proper solution is decided upon and
implemented for Go 1.16.

Updates #42637.

Change-Id: Ibc85edaed591f1c125cf0b210867aa89d2b0a4b6
Reviewed-on: https://go-review.googlesource.com/c/go/+/286213
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Trust: Matthew Dempsky <mdempsky@google.com>
Trust: Robert Griesemer <gri@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/os/os_test.go