Skip to content

Commit 9503129

Browse files
committed
Restore TomcatReactiveWebServerFactoryTests
Restore tests that were previously ignored due to a framework bug. Closes spring-projectsgh-19702
1 parent 587b840 commit 9503129

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/embedded/tomcat/TomcatReactiveWebServerFactoryTests.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
import org.apache.catalina.core.StandardContext;
2828
import org.apache.catalina.startup.Tomcat;
2929
import org.apache.catalina.valves.RemoteIpValve;
30-
import org.junit.Ignore;
3130
import org.junit.Test;
3231
import org.mockito.ArgumentCaptor;
3332
import org.mockito.InOrder;
@@ -160,16 +159,6 @@ public void referenceClearingIsDisabled() {
160159
assertThat(context.getClearReferencesThreadLocals()).isFalse();
161160
}
162161

163-
@Test
164-
@Ignore("gh-19702")
165-
public void compressionOfResponseToGetRequest() {
166-
}
167-
168-
@Test
169-
@Ignore("gh-19702")
170-
public void compressionOfResponseToPostRequest() {
171-
}
172-
173162
@Test
174163
@Override
175164
public void sslWithInvalidAliasFailsDuringStartup() {

0 commit comments

Comments
 (0)