From f366a5dc3d8e3a8affbd438ad46a38cf905aa56d Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Fri, 2 Jun 2017 21:03:21 -0600
Subject: [PATCH] Disable test build until libterm is fixed

---
 Xargo.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Xargo.toml b/Xargo.toml
index e816fa4ff..4bb0924c7 100644
--- a/Xargo.toml
+++ b/Xargo.toml
@@ -1,6 +1,6 @@
 [dependencies.std]
 features = ["panic_unwind"]
 
-[dependencies.test]
-stage = 1
+#[dependencies.test]
+#stage = 1
 
-- 
GitLab