##// END OF EJS Templates
clearWithAnimations() test case is skipped. Known issue. Won't be fixed for beta
Marek Rosa -
r1413:48d5d53f1f4a
parent child
Show More
@@ -486,6 +486,7 void tst_QBarSeries::mousehovered()
486
486
487 void tst_QBarSeries::clearWithAnimations()
487 void tst_QBarSeries::clearWithAnimations()
488 {
488 {
489 QSKIP("Known issue with the animation handling", SkipAll);
489 QBarSeries* series = new QBarSeries();
490 QBarSeries* series = new QBarSeries();
490 QStringList categories;
491 QStringList categories;
491 categories << "test1" << "test2" << "test3";
492 categories << "test1" << "test2" << "test3";
General Comments 0
You need to be logged in to leave comments. Login now