Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 1379a32

Browse files
committed
remove skipping of test
1 parent d5e780b commit 1379a32

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

backend/tests/integration/test_api_data.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
import os
88

9-
import pytest
10-
119

1210
def test_upload_files(cosmos_client, client):
1311
"""Test uploading files to a data blob container."""
@@ -28,7 +26,6 @@ def test_upload_files(cosmos_client, client):
2826
os.remove("test.txt")
2927

3028

31-
@pytest.mark.skip(reason="temporary skip")
3229
def test_delete_files(cosmos_client, client):
3330
"""Test deleting a data blob container."""
3431
# delete a data blob container

0 commit comments

Comments
 (0)