diff --git a/.github/workflows/s3tests.yml b/.github/workflows/s3tests.yml index 04e587c43..f7f2b7a75 100644 --- a/.github/workflows/s3tests.yml +++ b/.github/workflows/s3tests.yml @@ -191,8 +191,7 @@ jobs: s3tests_boto3/functional/test_s3.py::test_ranged_request_return_trailing_bytes_response_code \ s3tests_boto3/functional/test_s3.py::test_copy_object_ifmatch_good \ s3tests_boto3/functional/test_s3.py::test_copy_object_ifnonematch_failed - pkill weed - fg + pkill weed && sleep 5 - uses: actions/checkout@v4 with: