polishing
This commit is contained in:
@@ -22,6 +22,7 @@ import java.util.function.Function;
|
||||
|
||||
import org.junit.jupiter.api.AfterAll;
|
||||
import org.junit.jupiter.api.BeforeAll;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
@@ -53,6 +54,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
"spring.cloud.function.web.export.sink.name=origin|uppercase",
|
||||
"spring.cloud.function.web.export.sink.contentType=text/plain",
|
||||
"spring.cloud.function.web.export.debug=true" })
|
||||
@Disabled
|
||||
public class FunctionalExporterTests {
|
||||
|
||||
@Autowired
|
||||
|
||||
Reference in New Issue
Block a user