]> Cypherpunks repositories - gostls13.git/commitdiff
doc/progs: remove flaky timing-sensitive test
authorMatthew Dempsky <mdempsky@google.com>
Thu, 30 Apr 2015 10:01:22 +0000 (03:01 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 30 Apr 2015 21:43:04 +0000 (21:43 +0000)
Package time already has enough inherently flaky tests covering its
behavior.  No need for more of them.

Fixes #10632.

Change-Id: I1229e9fcc2e28ba2c9b0b79f73638e35dbbe8bbf
Reviewed-on: https://go-review.googlesource.com/9517
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
doc/progs/run.go

index 035e663872ddb43c9ac58224c879fab264e24dc2..dbd232b5971eea7d0f303763a83707cb11e68030 100755 (executable)
@@ -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", ""},
 }