Skip to content

Commit

Permalink
doc/progs: remove flaky timing-sensitive test
Browse files Browse the repository at this point in the history
Package time already has enough inherently flaky tests covering its
behavior.  No need for more of them.

Fixes golang#10632.

Change-Id: I1229e9fcc2e28ba2c9b0b79f73638e35dbbe8bbf
Reviewed-on: https://go-review.googlesource.com/9517
Reviewed-by: Josh Bleecher Snyder <[email protected]>
  • Loading branch information
mdempsky committed Apr 30, 2015
1 parent 6c0f9c9 commit 198dced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/progs/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ var tests = []testcase{
{"image_package6", `^8 4 true$`},

// other
{"go1", `^Christmas is a holiday: true Sleeping for 0.123s.*go1.go already exists$`},
{"go1", `^Christmas is a holiday: true .*go1.go already exists$`},
{"slices", ""},
}

Expand Down

0 comments on commit 198dced

Please sign in to comment.