Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Disabled ResourceHandlerByteRangesTest test as no longer appropriate #12419

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
import org.hamcrest.Matchers;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ValueSource;
Expand Down Expand Up @@ -336,13 +335,6 @@ public void testTwoRanges() throws Exception
testTwoRanges(HttpHeader.RANGE, "multipart/byteranges");
}

@Test
@Disabled
public void testTwoRangesObsolete() throws Exception
{
testTwoRanges(HttpHeader.REQUEST_RANGE, "multipart/x-byteranges");
}

private void testTwoRanges(HttpHeader requestRangeHeader, String responseContentType) throws Exception
{
HttpTester.Request request = HttpTester.newRequest();
Expand Down
Loading