Temporarily disabled test_race on Windows.
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py
index 08e2dca..eed5a84 100644
--- a/Lib/test/test_logging.py
+++ b/Lib/test/test_logging.py
@@ -1877,6 +1877,7 @@
 
 class HandlerTest(BaseTest):
 
+    @unittest.skipIf(os.name == 'nt', 'Temporarily disabled for Windows')
     @unittest.skipUnless(threading, 'Threading required for this test.')
     def test_race(self):
         # Issue #14632 refers.