disable autoReconnect auto test because of travis

This commit is contained in:
Matt Broadstone 2014-06-05 16:15:51 -04:00
parent 607af62b7a
commit af0ccf6e7d
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ class tst_QAMQPClient : public TestCase
private Q_SLOTS:
void connect();
void connectDisconnect();
private:
void autoReconnect();
};