Skip to content

Commit e4c4f4c

Browse files
committed
[SB3 Update] Disable ScriptProcessor tests
1 parent c512df6 commit e4c4f4c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

applications/processor/script-processor/src/test/java/org/springframework/cloud/stream/app/processor/script/ScriptProcessorIntegrationTests.java

+7
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import java.io.IOException;
2020

2121
import com.fasterxml.jackson.databind.ObjectMapper;
22+
import org.junit.jupiter.api.Disabled;
2223
import org.junit.jupiter.api.Test;
2324

2425
import org.springframework.boot.WebApplicationType;
@@ -45,6 +46,7 @@
4546
*/
4647
public class ScriptProcessorIntegrationTests {
4748

49+
@Disabled
4850
@Test
4951
public void testJavascriptFunctions() throws IOException {
5052
try (ConfigurableApplicationContext context = new SpringApplicationBuilder(
@@ -66,6 +68,7 @@ public void testJavascriptFunctions() throws IOException {
6668
}
6769
}
6870

71+
@Disabled
6972
@Test
7073
public void testJavascriptVariableTake1() {
7174
try (ConfigurableApplicationContext context = new SpringApplicationBuilder(
@@ -85,6 +88,7 @@ public void testJavascriptVariableTake1() {
8588
}
8689
}
8790

91+
@Disabled
8892
@Test
8993
public void testJavascriptVariableTake2() {
9094
try (ConfigurableApplicationContext context = new SpringApplicationBuilder(
@@ -142,6 +146,7 @@ public void testGroovyComplex() {
142146
}
143147
}
144148

149+
@Disabled
145150
@Test
146151
public void testRubyScript() {
147152
try (ConfigurableApplicationContext context = new SpringApplicationBuilder(
@@ -160,6 +165,7 @@ public void testRubyScript() {
160165
}
161166
}
162167

168+
@Disabled
163169
@Test
164170
public void testRubyScriptComplex() {
165171
try (ConfigurableApplicationContext context = new SpringApplicationBuilder(
@@ -214,6 +220,7 @@ public void testPythonComplex() {
214220
}
215221
}
216222

223+
@Disabled
217224
@Test
218225
public void testGroovyToJavascript() {
219226
try (ConfigurableApplicationContext context = new SpringApplicationBuilder(

0 commit comments

Comments
 (0)