Remove the two @skip decorators now that we are not seeing the hang while running the test suite.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@116844 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/types/TestFloatTypesExpr.py b/test/types/TestFloatTypesExpr.py
index e0ff2de..6c2ffe9 100644
--- a/test/types/TestFloatTypesExpr.py
+++ b/test/types/TestFloatTypesExpr.py
@@ -6,7 +6,6 @@
 import unittest2
 import lldb
 
-#@unittest2.skip("rdar://problem/8562563 ./dotest.py -v . 2> ~/Developer/Log/lldbtest.log now hangs (very consistently) when executing test/types")
 class FloatTypesTestCase(AbstractBase.GenericTester):
 
     mydir = "types"
diff --git a/test/types/TestIntegerTypesExpr.py b/test/types/TestIntegerTypesExpr.py
index ac723cf..5703672 100644
--- a/test/types/TestIntegerTypesExpr.py
+++ b/test/types/TestIntegerTypesExpr.py
@@ -6,7 +6,6 @@
 import unittest2
 import lldb
 
-#@unittest2.skip("rdar://problem/8562563 ./dotest.py -v . 2> ~/Developer/Log/lldbtest.log now hangs (very consistently) when executing test/types")
 class IntegerTypesTestCase(AbstractBase.GenericTester):
 
     mydir = "types"