From 6adebb83682319878090f0a3789fd009547cf0c6 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 9 Mar 2021 08:35:59 -0800 Subject: [PATCH] suppress testing of mode-indentation --- pollen/private/external/info.rkt | 10 ++++++++++ pollen/private/ts.rktd | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 pollen/private/external/info.rkt diff --git a/pollen/private/external/info.rkt b/pollen/private/external/info.rkt new file mode 100644 index 0000000..751ef95 --- /dev/null +++ b/pollen/private/external/info.rkt @@ -0,0 +1,10 @@ +#lang info + +;; 210309 +;; for unknown reason "mode-indentation.rkt" +;; started causing CI failures since 210215 +;; consistently on 6.7, 6.8, 6.9, 7.7CS, 7.8CS, 7.9CS +;; I assume it has something to do with the fact that +;; it imports `framework` and `racket/gui`, +;; OTOH why does it fail in these? +(define test-omit-paths '("mode-indentation.rkt")) \ No newline at end of file diff --git a/pollen/private/ts.rktd b/pollen/private/ts.rktd index 9250e45..bff2346 100644 --- a/pollen/private/ts.rktd +++ b/pollen/private/ts.rktd @@ -1 +1 @@ -1615272320 +1615307759