Entire test class skipped due to:

    rdar://problem/8710994 Assertion failed: (reg_info) GDBRemoteRegisterContext.cpp, line 199


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@120434 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/namespace/TestNamespace.py b/test/namespace/TestNamespace.py
index d763ec0..35c34d8 100644
--- a/test/namespace/TestNamespace.py
+++ b/test/namespace/TestNamespace.py
@@ -7,6 +7,7 @@
 import lldb
 from lldbtest import *
 
+@unittest2.skip("rdar://problem/8710994 Assertion failed: (reg_info) GDBRemoteRegisterContext.cpp, line 199")
 class NamespaceTestCase(TestBase):
 
     mydir = "namespace"