From 6a36a37d629b689692b74fac2073875d57eca281 Mon Sep 17 00:00:00 2001
From: Eric Timmons <etimmons@mit.edu>
Date: Tue, 8 Feb 2022 16:59:53 -0500
Subject: [PATCH] Do not test on Allegro, seems to fail (maybe heap limit?)

---
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 92b5f48..b6f16e0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,8 +11,6 @@ variables:
   # Neither of these have package local nickname support.
   CLCI_TEST_CLISP: "no"
   CLCI_TEST_CMUCL: "no"
-  CLCI_TEST_ALLEGRO: "yes"
-  I_AGREE_TO_ALLEGRO_EXPRESS_LICENSE: "yes"
 
 # This section is not strictly required, but prevents Gitlab CI from launching
 # multiple redundent pipelines when a Merge Request is opened.
-- 
GitLab