Skip to content

Commit

Permalink
#253 Enabled RqMultipartTest.consumesHttpRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
iinozemtsev committed Jun 3, 2015
1 parent 916244d commit 8f5b4a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/test/java/org/takes/rq/RqMultipartTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
import org.apache.commons.lang.StringUtils;
import org.hamcrest.MatcherAssert;
import org.hamcrest.Matchers;
import org.junit.Ignore;
import org.junit.Test;
import org.takes.Request;
import org.takes.Response;
Expand Down Expand Up @@ -274,8 +273,6 @@ public void returnsCorrectPartLength() throws IOException {
* @throws IOException if some problem inside
*/
@Test
// see https://github.com/yegor256/takes/issues/253
@Ignore
public void consumesHttpRequest() throws IOException {
final Take take = new Take() {
@Override
Expand Down

0 comments on commit 8f5b4a3

Please sign in to comment.