CI: disabled WorldRendererTest on gitlab containers - they are not fast enough

master
Martin Gerhardy 2016-07-28 21:55:09 +02:00
parent bbd3dab72a
commit 8fe0516b57
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ before_script:
build:
script:
- make -j 4
- make tests ARGS="--gtest_filter=-DatabaseModelTest.*:ConnectionPoolTest.*"
- make tests ARGS="--gtest_filter=-DatabaseModelTest.*:ConnectionPoolTest.*:WorldRendererTest.testCreate"