Skip to content

Commit 5814327

Browse files
committed
tests: fix backup.BackupTest.test_sigint_handling
1 parent 2050cc0 commit 5814327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ def test_sigint_handling(self):
11591159
gdb.remove_all_breakpoints()
11601160

11611161
gdb._execute('signal SIGINT')
1162-
gdb.continue_execution_until_exit()
1162+
# gdb.continue_execution_until_exit()
11631163

11641164
backup_id = self.show_pb(backup_dir, 'node')[0]['id']
11651165

0 commit comments

Comments
 (0)