From 93a8f3df69e44393db2547cc8fdb03e215698af4 Mon Sep 17 00:00:00 2001 From: Oleg Kulachenko Date: Fri, 6 Oct 2023 19:41:38 +0400 Subject: [PATCH] Test test_expired_object_should_be_deleted_after_locks_are_expired-fixed Signed-off-by: Oleg Kulachenko --- .github/workflows/run-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 4b75996bf4..ed2029c81f 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -40,8 +40,8 @@ jobs: - name: Checkout neofs-testcases repository uses: actions/checkout@v3 with: - repository: nspcc-dev/neofs-testcases - ref: 'master' + repository: vvarg229/neofs-testcases + ref: 'test_expired_object_should_be_deleted_after_locks_are_expired-fixed' path: neofs-testcases - name: Checkout neofs-dev-env repository @@ -229,7 +229,7 @@ jobs: timeout-minutes: 120 if: github.event_name == 'pull_request' run: | - source venv.local-pytest/bin/activate && pytest --show-capture=no -m "sanity" --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/testsuites + source venv.local-pytest/bin/activate && pytest --show-capture=no -m "grpc_object_lock" --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/testsuites working-directory: neofs-testcases - name: Run all tests for other events