Skip to content

Commit 06a85ce

Browse files
committed
Re-enables ProductionConfigurationTests.deleteWithBody()
1 parent aca84d0 commit 06a85ce

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

spring-cloud-gateway-mvc/src/test/java/org/springframework/cloud/gateway/mvc/ProductionConfigurationTests.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
2626
import org.junit.jupiter.api.BeforeEach;
27-
import org.junit.jupiter.api.Disabled;
2827
import org.junit.jupiter.api.Test;
2928
import org.junit.jupiter.api.extension.ExtendWith;
3029

@@ -262,10 +261,6 @@ public void deleteWithoutBody() {
262261
}
263262

264263
@Test
265-
@Disabled
266-
// TODO This is broken due to a regression in Spring Framework 6.2.8,
267-
// It will be fixed in 6.2.9
268-
// See https://github.com/spring-projects/spring-framework/issues/35068
269264
public void deleteWithBody() {
270265
Foo foo = new Foo("to-be-deleted");
271266
ParameterizedTypeReference<Map<String, Foo>> returnType = new ParameterizedTypeReference<Map<String, Foo>>() {

0 commit comments

Comments
 (0)