Skip to content

Commit d26159a

Browse files
committed
aws remove purge.
1 parent f7016b5 commit d26159a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tests/tests_integration/test_aws_connection.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from base import BaseTest
88

99
from datashuttle.configs.canonical_configs import get_broad_datatypes
10-
from datashuttle.utils import rclone
1110

1211

1312
# @pytest.mark.skipif(os.getenv("CI") is None, reason="Only runs in CI")
@@ -57,6 +56,8 @@ def mock_input(_: str) -> str:
5756

5857
# only tidy up if as expected, otherwise we can leave the folder there to have a look
5958
# and delete manually later
60-
rclone.call_rclone(
61-
f"purge central_{no_cfg_project.project_name}_aws:{central_path}"
62-
)
59+
60+
61+
# rclone.call_rclone(
62+
# f"purge central_{no_cfg_project.project_name}_aws:{central_path}"
63+
# )

0 commit comments

Comments
 (0)