about summary refs log tree commit diff stats
path: root/edit.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-07-11 00:55:01 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-07-11 00:55:01 -0700
commitf43c2125ededff8ff8710dcc042a89d5e95ce243 (patch)
treef4da3823bd83d426fc2bc7d3fac2bf9f001386dc /edit.mu
parent84f778325d6bc92da9f92696fa42a5044d9622ae (diff)
downloadmu-f43c2125ededff8ff8710dcc042a89d5e95ce243.tar.gz
1759
Diffstat (limited to 'edit.mu')
-rw-r--r--edit.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/edit.mu b/edit.mu
index d3d7cb51..2584497d 100644
--- a/edit.mu
+++ b/edit.mu
@@ -1871,6 +1871,7 @@ container sandbox-data [
 ]
 
 scenario run-and-show-results [
+  $close-trace  # trace too long for github
   assume-screen 120:literal/width, 10:literal/height
   # recipe editor is empty
   1:address:array:character <- new []
@@ -1915,7 +1916,6 @@ scenario run-and-show-results [
     .                                                            ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
     .                                                            ┊                                                           .
   ]
-  $close-trace  # todo: try removing after we fix sluggishness
 ]
 
 recipe run-sandboxes [
@@ -1945,6 +1945,7 @@ recipe run-sandboxes [
 ]
 
 scenario run-instruction-and-print-warnings [
+  $close-trace  # trace too long for github
   assume-screen 120:literal/width, 10:literal/height
   # left editor is empty
   1:address:array:character <- new []
@@ -1994,7 +1995,6 @@ scenario run-instruction-and-print-warnings [
     .                                                            ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
     .                                                            ┊                                                           .
   ]
-  $close-trace  # todo: try removing after we fix sluggishness
 ]
 
 recipe editor-contents [