mirror of https://github.com/golang/go.git
os: reenable TestReaddirSmallSeek on windows
TestReaddirSmallSeek should have been reenabled as part of CL 405275, but didn't. Do it now. Updates #36019 Change-Id: I5676eee4e63675d30e9d48ac708e72bd036b6aee Reviewed-on: https://go-review.googlesource.com/c/go/+/458336 Reviewed-by: Alex Brainman <alex.brainman@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Quim Muntal <quimmuntal@gmail.com> Reviewed-by: Roland Shoemaker <roland@golang.org> Reviewed-by: David Chase <drchase@google.com>
This commit is contained in:
parent
0b2ad1d815
commit
a5a4744250
|
|
@ -2608,9 +2608,6 @@ func TestReaddirSmallSeek(t *testing.T) {
|
|||
// See issue 37161. Read only one entry from a directory,
|
||||
// seek to the beginning, and read again. We should not see
|
||||
// duplicate entries.
|
||||
if runtime.GOOS == "windows" {
|
||||
testenv.SkipFlaky(t, 36019)
|
||||
}
|
||||
wd, err := Getwd()
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
|
|
|
|||
Loading…
Reference in New Issue