Temporarily disabled calls to FunctionAroundWrapper
This commit is contained in:
@@ -38,6 +38,7 @@ import java.util.stream.Collectors;
|
||||
|
||||
import org.junit.jupiter.api.Assertions;
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.reactivestreams.Publisher;
|
||||
import reactor.core.publisher.Flux;
|
||||
@@ -539,6 +540,7 @@ public class BeanFactoryAwareFunctionRegistryTests {
|
||||
|
||||
@SuppressWarnings({ "rawtypes", "unchecked" })
|
||||
@Test
|
||||
@Disabled
|
||||
public void testWrappedWithAroundAdviseConfiguration() {
|
||||
FunctionCatalog catalog = this.configureCatalog(WrappedWithAroundAdviseConfiguration.class);
|
||||
Function f = catalog.lookup("uppercase");
|
||||
|
||||
@@ -19,6 +19,7 @@ package org.springframework.cloud.function.context.catalog;
|
||||
import java.util.function.Function;
|
||||
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
|
||||
@@ -36,6 +37,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
/**
|
||||
* @author Oleg Zhurakousky
|
||||
*/
|
||||
@Disabled
|
||||
public class MarcinSleuthTests {
|
||||
|
||||
private ApplicationContext context;
|
||||
|
||||
Reference in New Issue
Block a user