Skip to content

Commit

Permalink
os: reenable TestReaddirSmallSeek on windows
Browse files Browse the repository at this point in the history
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 <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Run-TryBot: Quim Muntal <[email protected]>
Reviewed-by: Roland Shoemaker <[email protected]>
Reviewed-by: David Chase <[email protected]>
  • Loading branch information
qmuntal authored and neild committed Dec 19, 2022
1 parent 0b2ad1d commit a5a4744
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/os/os_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a5a4744

Please sign in to comment.