From 1e27c36ee48e2e85376f69cf46fb89ce4b5bada4 Mon Sep 17 00:00:00 2001
From: Daniel Agar <daniel@agar.ca>
Date: Sun, 6 Sep 2015 14:40:07 -0400
Subject: [PATCH] appveyor temporarily disable unit tests

---
 .appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 3aaed03399..e2b5c49cf2 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -17,5 +17,5 @@ build_script:
    - jom -j 2
 
 test_script:
-  - if "%CONFIG%" EQU "debug" ( debug\qgroundcontrol --unittest )
+#  - if "%CONFIG%" EQU "debug" ( debug\qgroundcontrol --unittest )
 
-- 
GitLab