See hsoft/send2trash/pull/11 for details
This commit is contained in:
parent
754897bafe
commit
1535db5aa4
|
@ -181,6 +181,8 @@ def test_import_file_send_to_trash_false():
|
||||||
assert dest_path1 is not None
|
assert dest_path1 is not None
|
||||||
|
|
||||||
def test_import_file_send_to_trash_true():
|
def test_import_file_send_to_trash_true():
|
||||||
|
raise SkipTest("Temporarily disable send2trash test gh-230")
|
||||||
|
|
||||||
temporary_folder, folder = helper.create_working_folder()
|
temporary_folder, folder = helper.create_working_folder()
|
||||||
temporary_folder_destination, folder_destination = helper.create_working_folder()
|
temporary_folder_destination, folder_destination = helper.create_working_folder()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue