summaryrefslogtreecommitdiff
path: root/indra/llmath/tests
diff options
context:
space:
mode:
authorDessie Linden <dessie@lindenlab.com>2010-06-17 07:42:08 -0700
committerDessie Linden <dessie@lindenlab.com>2010-06-17 07:42:08 -0700
commit74817f151f3e5c2c0c179d13d1100974ed78fbd4 (patch)
treeb198a5df57d362bfbd6c0617d14f5f7803ee5d6d /indra/llmath/tests
parent1c15d18175782f5afee9377af3f0b4ca9e2a4db8 (diff)
parent7cc006347822a70f36175dc2627814a0eaeb9c0a (diff)
Merged from q/viewer-release
Diffstat (limited to 'indra/llmath/tests')
-rw-r--r--indra/llmath/tests/mathmisc_test.cpp2
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;