From 2d326c3f592b6a35b6d59798d0b24bc08018ad29 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Thu, 1 Jan 2015 11:15:59 -0800 Subject: [PATCH] Disable UASUnitTest See Issue #1105 --- src/qgcunittest/UASUnitTest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qgcunittest/UASUnitTest.h b/src/qgcunittest/UASUnitTest.h index 45b1828bd..1e24a0f5c 100644 --- a/src/qgcunittest/UASUnitTest.h +++ b/src/qgcunittest/UASUnitTest.h @@ -58,5 +58,5 @@ private slots: void signalIdUASLink_test(); }; -DECLARE_TEST(UASUnitTest) +//DECLARE_TEST(UASUnitTest) #endif // UASUNITTEST_H -- 2.22.0