aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/examples
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/examples')
-rw-r--r--tests/auto/quick/examples/tst_examples.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/quick/examples/tst_examples.cpp b/tests/auto/quick/examples/tst_examples.cpp
index 3c109471c5..9a2a800cfd 100644
--- a/tests/auto/quick/examples/tst_examples.cpp
+++ b/tests/auto/quick/examples/tst_examples.cpp
@@ -113,6 +113,10 @@ tst_examples::tst_examples() : canvas(0)
excludedDirs << "demos/flickr";
excludedDirs << "demos/photoviewer";
#endif
+
+ // QTBUG-24034 - don't run customparticle examples
+ excludedDirs << "demos/flickr";
+ excludedDirs << "examples/particles/customparticle";
}
tst_examples::~tst_examples()