Skip to content

Commit 31e7599

Browse files
committed
currency: disable flaky TestLinking
It fails on a bunch of builders and it's not clear what it's testing. It hasn't been fixed since Oct 2016 so it gets disabled. Updates golang/go#17538 Change-Id: I0f454c46b31b8306cc604c36ec6d06cc6ad703b5 Reviewed-on: https://go-review.googlesource.com/c/text/+/170783 Run-TryBot: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Marcel van Lohuizen <[email protected]>
1 parent e3703dc commit 31e7599

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

currency/currency_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ func main() {
149149
`
150150

151151
func TestLinking(t *testing.T) {
152+
t.Skip("skipping flaky test; see golang.org/issue/17538")
152153
base := getSize(t, `fmt.Print(currency.CLDRVersion)`)
153154
symbols := getSize(t, `fmt.Print(currency.Symbol(currency.USD))`)
154155
if d := symbols - base; d < 2*1024 {

0 commit comments

Comments
 (0)