XFAIL TestLocalVariables.py on Windows

This test has been failing for a while on the Windows bot.

https://bugs.llvm.org/show_bug.cgi?id=43752

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@375459 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py b/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py
index 7071b67..b1805f4 100644
--- a/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py
+++ b/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py
@@ -25,6 +25,7 @@
         self.line = line_number(
             self.source, '// Set break point at this line.')
 
+    @skipIfWindows
     def test_c_local_variables(self):
         """Test local variable value."""
         self.build()