Description: Skip flaky test_upload_without_working_tree test
Author: Jelmer Vernooij <jelmer@debian.org>
Bug-Debian: https://bugs.debian.org/1103577
Forwarded: no

Index: breezy/breezy/plugins/upload/tests/test_upload.py
===================================================================
--- breezy.orig/breezy/plugins/upload/tests/test_upload.py
+++ breezy/breezy/plugins/upload/tests/test_upload.py
@@ -787,6 +787,9 @@ class TestUploadFromRemoteBranch(tests.
         )

     def test_upload_without_working_tree(self):
+        # This test hangs on low-CPU machines due to a race condition in SFTP
+        # operations. See Debian bug #1103577
+        raise tests.TestSkipped("Test hangs on low-CPU machines (Debian #1103577)")
         self.do_full_upload(directory=self.remote_branch_url)
         self.assertUpFileEqual(b"foo", "hello")

