From 22f7f41559a6a0d70e70ef7ebeddb0b37ee58bdb 2017-12-19 14:35:05 From: Alexandre Leroux Date: 2017-12-19 14:35:05 Subject: [PATCH] Disables fuzzing tests by default --- diff --git a/plugins/amda/tests/TestAmdaFuzzing.cpp b/plugins/amda/tests/TestAmdaFuzzing.cpp index 4f68e94..2dd6222 100644 --- a/plugins/amda/tests/TestAmdaFuzzing.cpp +++ b/plugins/amda/tests/TestAmdaFuzzing.cpp @@ -305,6 +305,9 @@ private slots: void TestAmdaFuzzing::testFuzzing_data() { + // Note: Comment this line to run fuzzing tests + QSKIP("Fuzzing tests are disabled by default"); + // ////////////// // // Test structure // // ////////////// //