diff --git a/tests/test_repository.py b/tests/test_repository.py index 097a18d646..b000d74ab3 100644 --- a/tests/test_repository.py +++ b/tests/test_repository.py @@ -320,7 +320,7 @@ def test_context_manager_non_blocking(self): self.assertEqual(repo.command_queue[-1].is_done, True) self.assertEqual(repo.command_queue[-1].title, "push") - @unittest.skipIf(os.name == "nt", "Killing a process on Windows works differently.") + @unittest.skip("This is a flaky and legacy test") def test_add_commit_push_non_blocking_process_killed(self): repo = self.clone_repo()