##// END OF EJS Templates
Disables fuzzing tests by default
Alexandre Leroux -
r1255:22f7f41559a6
parent child
Show More
@@ -305,6 +305,9 private slots:
305
305
306 void TestAmdaFuzzing::testFuzzing_data()
306 void TestAmdaFuzzing::testFuzzing_data()
307 {
307 {
308 // Note: Comment this line to run fuzzing tests
309 QSKIP("Fuzzing tests are disabled by default");
310
308 // ////////////// //
311 // ////////////// //
309 // Test structure //
312 // Test structure //
310 // ////////////// //
313 // ////////////// //
General Comments 0
You need to be logged in to leave comments. Login now