Skip to content

Commit

Permalink
test: add more instructions to object_test.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
c4710n committed Jul 15, 2024
1 parent c39e722 commit d370d62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/alibaba_cloud_kit/oss/object_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ defmodule AlibabaCloudKit.OSS.ObjectTest do

# Because the internal of JSON encoder, encoding a map won't always produce
# the same string on different platforms, which will cause the test to fail.
#
# To make the CI pass, I tag these tests, and ignore them from normal flow.
# Their correctness will be verified by the integration tests in
# `test/examples/file_store_test.exs`.

@tag uncertain: true
test "presign_post_object/3", %{
Expand Down

0 comments on commit d370d62

Please sign in to comment.