diff --git a/pkgs/racket-test-core/tests/racket/string.rktl b/pkgs/racket-test-core/tests/racket/string.rktl index 23e526e3a4..868f0e7d9f 100644 --- a/pkgs/racket-test-core/tests/racket/string.rktl +++ b/pkgs/racket-test-core/tests/racket/string.rktl @@ -343,7 +343,11 @@ ;; String splitting can take longer than byte-string splitting, ;; but it should have the same computational complexity. -(let () +;; +;; While the test is unreliable, it seems to fail mostly on +;; Windows CI. +(when (or (not (eq? (system-type 'os) 'windows)) + (run-unreliable-tests? 'timing)) (define N 100000) (define-values (b bcpu breal bgc) (time-apply