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