Skip to content

Commit 120d6c6

Browse files
check
1 parent 5c4dff3 commit 120d6c6

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

google-cloud-storage/samples/acceptance/buckets_test.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -590,15 +590,15 @@
590590
file = StringIO.new "test"
591591
bucket.create_file file, source_file
592592
end
593-
it "file is moved and old file is deleted" do
594-
create_source_file
595-
out, _err = capture_io do
596-
move_object bucket_name: bucket.name, source_file_name: source_file, destination_file_name: destination_file
597-
end
598-
assert_includes out, "New File #{destination_file} created\n"
599-
refute_nil(bucket.file(destination_file))
600-
assert_nil(bucket.file(source_file))
601-
end
593+
# it "file is moved and old file is deleted" do
594+
# create_source_file
595+
# out, _err = capture_io do
596+
# move_object bucket_name: bucket.name, source_file_name: source_file, destination_file_name: destination_file
597+
# end
598+
# assert_includes out, "New File #{destination_file} created\n"
599+
# refute_nil(bucket.file(destination_file))
600+
# assert_nil(bucket.file(source_file))
601+
# end
602602

603603
it "raises error if source and destination are having same filename" do
604604
create_source_file

0 commit comments

Comments
 (0)