Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHoward Trickey <howard.trickey@gmail.com>2020-01-28 17:52:45 +0300
committerHoward Trickey <howard.trickey@gmail.com>2020-01-28 17:52:45 +0300
commit7038a3a774cab845300e32745acb4439eb913b55 (patch)
treeb84cfa666001be75876b7046f046589852b4d395 /tests
parent2867c35d4e72cc2223e59ad2036ccc03c56fb2e4 (diff)
Disable some longer running tests from previous commit.
Diffstat (limited to 'tests')
-rw-r--r--tests/gtests/blenlib/BLI_delaunay_2d_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gtests/blenlib/BLI_delaunay_2d_test.cc b/tests/gtests/blenlib/BLI_delaunay_2d_test.cc
index 15cb44f4431..f377d5a8247 100644
--- a/tests/gtests/blenlib/BLI_delaunay_2d_test.cc
+++ b/tests/gtests/blenlib/BLI_delaunay_2d_test.cc
@@ -17,8 +17,8 @@ extern "C" {
#include <sstream>
#define DO_REGULAR_TESTS 1
-#define DO_RANDOM_TESTS 1
-#define DO_FILE_TESTS 1
+#define DO_RANDOM_TESTS 0
+#define DO_FILE_TESTS 0
static void fill_input_verts(CDT_input *r_input, float (*vcos)[2], int nverts)
{