Skip to content

Commit

Permalink
Skip flaky Repository test (#2595)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wauplin authored Oct 9, 2024
1 parent 4058e1f commit dcfb814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit dcfb814

Please sign in to comment.