4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-11 00:49:36 +00:00

disable not supported test for buildbot

This commit is contained in:
Andrei Yankovich 2019-09-19 09:53:29 +03:00
parent daf835e0e6
commit 57e067ba85

@ -443,6 +443,7 @@ void deploytest::testMSVC() {
}
void deploytest::testWebEngine() {
#ifdef WITH_ALL_TESTS
TestUtils utils;
@ -463,6 +464,7 @@ void deploytest::testWebEngine() {
"-qmake", qmake,
"-qmlDir", TestBinDir + "/../quicknanobrowser"}, &comapareTree);
#endif
}
void deploytest::testQmlExtrct() {