From 870e68cd750ca113181a2b62e3d09c9602a0a552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tony=20Saraj=C3=A4rvi?= Date: Wed, 25 Nov 2015 15:57:57 +0200 Subject: [PATCH] Remove insignificant flag from qglyphrun test Task-number: QTBUG-28593 Change-Id: I04e73947c7f131bdb4341c224fb008b26be22c22 Reviewed-by: Eskil Abrahamsen Blomfeldt --- tests/auto/gui/text/qglyphrun/qglyphrun.pro | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/auto/gui/text/qglyphrun/qglyphrun.pro b/tests/auto/gui/text/qglyphrun/qglyphrun.pro index 39f641a3b2..3abca8ce89 100644 --- a/tests/auto/gui/text/qglyphrun/qglyphrun.pro +++ b/tests/auto/gui/text/qglyphrun/qglyphrun.pro @@ -2,8 +2,6 @@ CONFIG += testcase TARGET = tst_qglyphrun QT = core gui testlib -linux: CONFIG += insignificant_test - SOURCES += \ tst_qglyphrun.cpp