Browse Source

Remove TCPLink unit test

This test is too flaky to run in TeamCity reliably.
QGC4.4
Don Gagne 11 years ago
parent
commit
e30ff43ddc
  1. 4
      src/qgcunittest/TCPLinkTest.h

4
src/qgcunittest/TCPLinkTest.h

@ -89,6 +89,8 @@ private:
const char* _rgSignals[_cSignals]; 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 #endif

Loading…
Cancel
Save