]> Cypherpunks repositories - gostls13.git/commit
time: skip TestLongAdjustTimers on plan9 (too slow)
authorRichard Miller <millerresearch@gmail.com>
Thu, 7 Aug 2025 10:58:20 +0000 (11:58 +0100)
committerGopher Robot <gobot@golang.org>
Thu, 7 Aug 2025 18:07:04 +0000 (11:07 -0700)
commit1f7ffca171cd8c50fe6a10eb77a84a95c5b37c61
tree4ade2bf4bc8d56780a428ecb143ab8b43c70a354
parent8282b72d627269ed2c2f7db7ea744e109667d7b1
time: skip TestLongAdjustTimers on plan9 (too slow)

The TestLongAdjustTimers test has been consistently timing out
after 60 seconds on plan9-arm. Skip the test for plan9, as it
is already skipped for being too slow on android and ios.

Fixes #74921

Change-Id: Icc32e902cecd2e98971a898373fe8346b179437d
Reviewed-on: https://go-review.googlesource.com/c/go/+/693955
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Mark Freeman <markfreeman@google.com>
src/time/tick_test.go