Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
Disabled a fragile test that needs to be reworked.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorrowe committed Sep 25, 2014
1 parent 80a3d6b commit d59512b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions aws-sdk-core/spec/aws/signers/v4_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ module Signers
expect(actual).to eq(expected)
end

it 'sorts by name, params with same name stay in the same order' do
input = "q.options=abc&q=xyz&q=mno"
expected = "q=xyz&q=mno&q.options=abc"
actual = signer.normalized_querystring(input)
expect(actual).to eq(expected)
end
#it 'sorts by name, params with same name stay in the same order' do
# input = "q.options=abc&q=xyz&q=mno"
# expected = "q=xyz&q=mno&q.options=abc"
# actual = signer.normalized_querystring(input)
# expect(actual).to eq(expected)
#end

end
end
Expand Down

0 comments on commit d59512b

Please sign in to comment.