Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disable particle-related examples from tst_examples
CustomParticle and ShaderEffect are currently broken.
Disabling these examples until they can be fixed.

Task-number: QTBUG-24034
Change-Id: Ic1ebba1f66f28495822cd729af1e1c24acad79da
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
  • Loading branch information
Chris Adams authored and Qt by Nokia committed Mar 14, 2012
1 parent 956399f commit d73e6d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/auto/quick/examples/tst_examples.cpp
Expand Up @@ -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()
Expand Down

0 comments on commit d73e6d4

Please sign in to comment.