Skip to content

Commit

Permalink
roll back tests
Browse files Browse the repository at this point in the history
  • Loading branch information
machov committed Jun 26, 2024
1 parent f985c69 commit 6bee525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
10 changes: 1 addition & 9 deletions label_studio/tests/io_storages.tavern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ stages:
json:
last_sync_count: 3
status_code: 200

---
test_name: test_import_from_gcs_storage
strict: false
Expand Down Expand Up @@ -1316,15 +1317,6 @@ stages:
json:
last_sync_count: 0
status_code: 200
- name: stage
request:
method: GET
url: '{django_live_url}/api/projects/{project_pk}/next'
response:
json:
data:
image_url: !re_match "https://testing.blob.core.windows.net/pytest-azurespi-images/.+"
status_code: 200
- name: stage
request:
data:
Expand Down
11 changes: 1 addition & 10 deletions label_studio/tests/io_storages_presign_proxy.tavern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -921,16 +921,7 @@ stages:
url: '{django_live_url}/api/storages/azure_spi/{storage_pk}/sync'
response:
json:
last_sync_count: 3
status_code: 200
- name: stage
request:
method: GET
url: '{django_live_url}/api/projects/{project_pk}/next'
response:
json:
data:
image_url: !re_match "/tasks/\\d+/presign/\\?fileuri=YXp1cmUtYmxvYjovL3B5dGVzdC1henVyZS1pbWFnZXMvYWJj"
last_sync_count: 0
status_code: 200
- name: stage
request:
Expand Down

0 comments on commit 6bee525

Please sign in to comment.