mirror of
https://github.com/golang/go.git
synced 2025-05-23 08:21:24 +00:00
time: disable TestLongAdjustTimers on android/ios
The simulators are too slow. Change-Id: I0aaf2304ad0881c74886ff3185c09614de2aae63 Reviewed-on: https://go-review.googlesource.com/c/go/+/570236 Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Russ Cox <rsc@golang.org>
This commit is contained in:
parent
74726defe9
commit
aa511b426d
@ -147,6 +147,9 @@ func TestTickerResetLtZeroDuration(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestLongAdjustTimers(t *testing.T) {
|
func TestLongAdjustTimers(t *testing.T) {
|
||||||
|
if runtime.GOOS == "android" || runtime.GOOS == "ios" {
|
||||||
|
t.Skipf("skipping on %s - too slow", runtime.GOOS)
|
||||||
|
}
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
var wg sync.WaitGroup
|
var wg sync.WaitGroup
|
||||||
defer wg.Wait()
|
defer wg.Wait()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user