Skip to content

Commit

Permalink
Undisable ee10, ee11 TestJettyJspServlet (#12533)
Browse files Browse the repository at this point in the history
  • Loading branch information
janbartel authored Nov 21, 2024
1 parent 1c1dfc9 commit 6b85dab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
import org.eclipse.jetty.util.component.LifeCycle;
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.api.extension.ExtendWith;

Expand Down Expand Up @@ -104,7 +103,6 @@ public void testWithJsp() throws Exception
assertThat(response.toString(), response.getContent(), not(containsString("This.Is.The.Default.")));
}

@Disabled //TODO
@Test
public void testWithDirectory() throws Exception
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
import org.eclipse.jetty.util.component.LifeCycle;
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.api.extension.ExtendWith;

Expand Down Expand Up @@ -104,7 +103,6 @@ public void testWithJsp() throws Exception
assertThat(response.toString(), response.getContent(), not(containsString("This.Is.The.Default.")));
}

@Disabled //TODO
@Test
public void testWithDirectory() throws Exception
{
Expand Down

0 comments on commit 6b85dab

Please sign in to comment.