diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-06-15 14:57:16 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-06-15 14:57:16 +0100 |
commit | 0b523e402720493cd19a2fa08f8cffceea01eadf (patch) | |
tree | dc5137535761f87729932ed1de2ec33273b43b32 /indra/llmath | |
parent | d5ddb91a6809540cdb407cd48eff32b2c595d5db (diff) | |
parent | fce2653f6b5e8ca3509d13e3449b1fdd2f5ff826 (diff) |
Merge
Diffstat (limited to 'indra/llmath')
-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; |