@@ -17,7 +17,6 @@
|
|||||||
package org.springframework.cloud.function.kotlin;
|
package org.springframework.cloud.function.kotlin;
|
||||||
|
|
||||||
import org.junit.jupiter.api.AfterEach;
|
import org.junit.jupiter.api.AfterEach;
|
||||||
import org.junit.jupiter.api.Disabled;
|
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
import org.junit.jupiter.api.TestInstance;
|
import org.junit.jupiter.api.TestInstance;
|
||||||
|
|
||||||
@@ -46,7 +45,6 @@ public class ContextFunctionCatalogAutoConfigurationKotlinSuspendTests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Disabled
|
|
||||||
public void typeDiscoveryTests() {
|
public void typeDiscoveryTests() {
|
||||||
create(new Class[] { KotlinSuspendFlowLambdasConfiguration.class,
|
create(new Class[] { KotlinSuspendFlowLambdasConfiguration.class,
|
||||||
ContextFunctionCatalogAutoConfigurationKotlinTests.SimpleConfiguration.class });
|
ContextFunctionCatalogAutoConfigurationKotlinTests.SimpleConfiguration.class });
|
||||||
|
|||||||
@@ -107,7 +107,6 @@ public class ContextFunctionCatalogAutoConfigurationKotlinTests {
|
|||||||
assertThat(uppercaseBean.apply("hello")).isEqualTo("HELLO");
|
assertThat(uppercaseBean.apply("hello")).isEqualTo("HELLO");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Disabled
|
|
||||||
@Test
|
@Test
|
||||||
public void testWithComplexTypesAndRouting() {
|
public void testWithComplexTypesAndRouting() {
|
||||||
create(new Class[] { KotlinLambdasConfiguration.class,
|
create(new Class[] { KotlinLambdasConfiguration.class,
|
||||||
@@ -124,7 +123,6 @@ public class ContextFunctionCatalogAutoConfigurationKotlinTests {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Disabled
|
|
||||||
@Test
|
@Test
|
||||||
public void kotlinLambdas() {
|
public void kotlinLambdas() {
|
||||||
create(new Class[] { KotlinLambdasConfiguration.class,
|
create(new Class[] { KotlinLambdasConfiguration.class,
|
||||||
|
|||||||
Reference in New Issue
Block a user