From 67006bb7204c2e98f727cf9f13168d4ada008749 Mon Sep 17 00:00:00 2001
From: Suzanne Soy <ligo@suzanne.soy>
Date: Mon, 1 Mar 2021 21:36:23 +0000
Subject: [PATCH] Omit 6-xxx and 7-xxx paths for tests

---
 info.rkt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/info.rkt b/info.rkt
index c66219f..49eab12 100644
--- a/info.rkt
+++ b/info.rkt
@@ -12,6 +12,7 @@
                      "at-exp-lib")) ;; for the documentation only
 (define scribblings '(("scribblings/stxparse-info.scrbl" () ("Syntax Extensions"))))
 (define compile-omit-paths '("6-11" "6-12" "6-90-0-29" "7-0-0-20" "7-3-0-1"))
+(define test-omit-paths '("6-11" "6-12" "6-90-0-29" "7-0-0-20" "7-3-0-1"))
 (define pkg-desc "Description Here")
 (define version "0.0")
 (define pkg-authors '(Suzanne Soy))