We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a583a4 commit 8f2e13fCopy full SHA for 8f2e13f
storage/tests/system.py
@@ -780,11 +780,9 @@ def test_create_signed_list_blobs_url_v2_w_expiration(self):
780
781
self._create_signed_list_blobs_url_helper(expiration=now + delta, version="v2")
782
783
- @pytest.mark.skip(reason="Back-end case-flattening bug: revisit 2019-04-03")
784
def test_create_signed_list_blobs_url_v4(self):
785
self._create_signed_list_blobs_url_helper(version="v4")
786
787
788
def test_create_signed_list_blobs_url_v4_w_expiration(self):
789
now = datetime.datetime.utcnow()
790
delta = datetime.timedelta(seconds=10)
0 commit comments