Browse Source

Merge pull request #936 from DonLakeFlyer/TCPLink

Remove TCPLink unit test
QGC4.4
Don Gagne 11 years ago
parent
commit
66f20d1aba
  1. 4
      src/qgcunittest/TCPLinkTest.h

4
src/qgcunittest/TCPLinkTest.h

@ -89,6 +89,8 @@ private: @@ -89,6 +89,8 @@ private:
const char* _rgSignals[_cSignals];
};
DECLARE_TEST(TCPLinkUnitTest)
// This unit test has gotten too flaky to run reliably under TeamCity. Removing for now till there is
// time to debug.
//DECLARE_TEST(TCPLinkUnitTest)
#endif

Loading…
Cancel
Save