From a5a0558bde5d67617b6f305179063cd4e0ac329e Mon Sep 17 00:00:00 2001 From: Ivo van Dongen Date: Wed, 5 Jul 2017 18:04:15 +0300 Subject: [test] allow only a single shared display to avoid egl errors --- test/tile/annotation_tile.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/tile') diff --git a/test/tile/annotation_tile.test.cpp b/test/tile/annotation_tile.test.cpp index 50f1facc10..c58b980ecd 100644 --- a/test/tile/annotation_tile.test.cpp +++ b/test/tile/annotation_tile.test.cpp @@ -29,7 +29,7 @@ public: ThreadPool threadPool { 1 }; style::Style style { loop, fileSource, 1 }; AnnotationManager annotationManager { style }; - HeadlessBackend backend { test::sharedDisplay() }; + HeadlessBackend backend; BackendScope scope { backend }; RenderStyle renderStyle { threadPool, fileSource }; ImageManager imageManager; -- cgit v1.2.1