diff --git a/Lib/test/test_dbm_sqlite3.py b/Lib/test/test_dbm_sqlite3.py index 39c69ae00c81daf..b307f93fb3753fa 100644 --- a/Lib/test/test_dbm_sqlite3.py +++ b/Lib/test/test_dbm_sqlite3.py @@ -37,7 +37,7 @@ def test_uri_substitutions(self): with self.subTest(path=path, normalized=normalized): self.assertEqual(_normalize_uri_path(path), normalized) - @unittest.skip("WIP") + @unittest.skipUnless(sys.platform == "win32", "requires Windows") def test_uri_windows(self): dataset = ( # Relative subdir.