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>
}
func TestLongAdjustTimers(t *testing.T) {
+ if runtime.GOOS == "android" || runtime.GOOS == "ios" {
+ t.Skipf("skipping on %s - too slow", runtime.GOOS)
+ }
t.Parallel()
var wg sync.WaitGroup
defer wg.Wait()