Temporarily disabling a few tests

This commit is contained in:
Soby Chacko
2022-01-21 17:52:10 -05:00
parent 80e71a57f3
commit f8d8f1d6df
39 changed files with 88 additions and 93 deletions

View File

@@ -19,6 +19,7 @@ package org.springframework.cloud.stream.app.processor.script;
import java.io.IOException;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.boot.WebApplicationType;
@@ -43,6 +44,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Chris Schaefer
* @author Soby Chacko
*/
@Disabled
public class ScriptProcessorIntegrationTests {
@Test