File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -777,6 +777,7 @@ def test_rewrite_rotate_encryption_key(self):
777777
778778 self .assertEqual (dest .download_as_string (), source_data )
779779
780+ @unittest .skipUnless (USER_PROJECT , 'USER_PROJECT not set in environment.' )
780781 def test_rewrite_add_key_with_user_project (self ):
781782 file_data = self .FILES ['simple' ]
782783 new_bucket_name = 'rewrite-key-up' + unique_resource_id ('-' )
@@ -803,6 +804,7 @@ def test_rewrite_add_key_with_user_project(self):
803804 finally :
804805 retry_429 (created .delete )(force = True )
805806
807+ @unittest .skipUnless (USER_PROJECT , 'USER_PROJECT not set in environment.' )
806808 def test_rewrite_rotate_with_user_project (self ):
807809 BLOB_NAME = 'rotating-keys'
808810 file_data = self .FILES ['simple' ]
You can’t perform that action at this time.
0 commit comments