From 6dffc06e8f2eb4e0e0a984fe0f2d6d93682fcc92 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 29 Apr 2026 12:57:41 +0530 Subject: [PATCH] ... --- kitty_tests/dnd_kitten.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kitty_tests/dnd_kitten.py b/kitty_tests/dnd_kitten.py index 34831efeb..cbd1c6e48 100644 --- a/kitty_tests/dnd_kitten.py +++ b/kitty_tests/dnd_kitten.py @@ -263,6 +263,9 @@ class TestDnDKitten(BaseTest): self.assert_files_have_same_content(jn(self.src_data_dir, 'some-image.png'), jn(self.kitten_wd, img_drop_path)) shutil.rmtree(os.path.dirname(jn(self.kitten_wd, img_drop_path))) if remote_client: + # TODO: need to send data for the items in the uri list based on + # current data requests using wait_for_state() to handle data + # requests as they arrive. pass else: self.wait_for_state('last_drop_action', GLFW_DRAG_OPERATION_COPY)