Skip to content

Commit

Permalink
Updated test to revert to old common behavior for patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
rickle-msft committed Feb 10, 2022
1 parent a1157d3 commit b4644af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class NioBlobInputStreamTest extends APISpec {
def "Read fail"() {
setup:
bc.delete()
nioStream.read(new byte[4 * 1024 * 1024]) // Must read through the initial download to trigger failed response
//Revert after patch release: nioStream.read(new byte[4 * 1024 * 1024]) // Must read through the initial download to trigger failed response

when:
nioStream.read()
Expand Down

0 comments on commit b4644af

Please sign in to comment.