Skip to content

Commit 49e0d17

Browse files
committed
Disable flaky reactor tests
See gh-36302
1 parent 46ffe40 commit 49e0d17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/reactor/ReactorEnvironmentPostProcessorTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
package org.springframework.boot.reactor;
1818

1919
import org.junit.jupiter.api.AfterEach;
20+
import org.junit.jupiter.api.Disabled;
2021
import org.junit.jupiter.api.Test;
2122
import org.junit.jupiter.api.condition.EnabledForJreRange;
2223
import org.junit.jupiter.api.condition.JRE;
2324
import reactor.core.Scannable;
2425
import reactor.core.publisher.Flux;
2526

26-
import org.springframework.boot.testsupport.classpath.ClassPathOverrides;
2727
import org.springframework.mock.env.MockEnvironment;
2828

2929
import static org.assertj.core.api.Assertions.assertThat;
@@ -34,7 +34,7 @@
3434
* @author Brian Clozel
3535
*/
3636

37-
@ClassPathOverrides("io.projectreactor:reactor-tools:3.5.9")
37+
@Disabled("Tests rely on static initialization and are flaky on CI")
3838
class ReactorEnvironmentPostProcessorTests {
3939

4040
static {

0 commit comments

Comments
 (0)