diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-06-16 15:25:40 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-06-16 15:25:40 +0300 |
commit | 9cb1fcec6d52933f01426aec4e6a3f1b6774632c (patch) | |
tree | ac6b0a5ddb280db610162dece01166905d46b60e /indra/llmath/tests | |
parent | b9a468aff6b4b9bdaf4ac0ab2a309902c6c203ed (diff) | |
parent | 9ee5a62332353db6a098628e69732d2723cc5deb (diff) |
Merge from default branch
--HG--
branch : product-engine
Diffstat (limited to 'indra/llmath/tests')
-rw-r--r-- | indra/llmath/tests/mathmisc_test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llmath/tests/mathmisc_test.cpp b/indra/llmath/tests/mathmisc_test.cpp index ea42f6e001..68d9ddc0fe 100644 --- a/indra/llmath/tests/mathmisc_test.cpp +++ b/indra/llmath/tests/mathmisc_test.cpp @@ -334,6 +334,8 @@ namespace tut template<> template<> void sphere_object::test<2>() { + skip("See SNOW-620. Neither the test nor the code being tested seem good. Also sim-only."); + // test LLSphere::getBoundingSphere() S32 number_of_tests = 100; S32 number_of_spheres = 10; |