summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2015-08-25 11:04:38 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2015-08-25 11:04:38 +0200
commit6bdd93e3562d0871b7b7179689f01601b5d10538 (patch)
tree65b0e9642b61b776010a2d514ce1972646808be9 /vcl
parent9a68eb9c1f54d4c4e14a46c11ba9eafca35a2b82 (diff)
vcl: disable randomly failing timer unit tests
Change-Id: Iab26a2b55586fc824c5edbea519c4f68ba4a548f
Diffstat (limited to 'vcl')
-rw-r--r--vcl/qa/cppunit/timer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/timer.cxx b/vcl/qa/cppunit/timer.cxx
index 85dc9ac49e20..e89a28fd5526 100644
--- a/vcl/qa/cppunit/timer.cxx
+++ b/vcl/qa/cppunit/timer.cxx
@@ -23,7 +23,7 @@
// #define TEST_WATCHDOG
// Comment if UT fails randomly.
-#define TEST_TIMERPRECISION
+//#define TEST_TIMERPRECISION
/// Avoid our timer tests just wedging the build if they fail.
class WatchDog : public osl::Thread