Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 11cbbe2

Browse files
committed
Ignore the CTR test temporarily
1 parent 55c4a32 commit 11cbbe2

File tree

1 file changed

+2
-0
lines changed
  • spring-cloud-dataflow-shell-core/src/test/java/org/springframework/cloud/dataflow/shell/command

1 file changed

+2
-0
lines changed

spring-cloud-dataflow-shell-core/src/test/java/org/springframework/cloud/dataflow/shell/command/TaskCommandTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
import org.junit.AfterClass;
2626
import org.junit.Before;
2727
import org.junit.BeforeClass;
28+
import org.junit.Ignore;
2829
import org.junit.Test;
2930
import org.slf4j.Logger;
3031
import org.slf4j.LoggerFactory;
@@ -120,6 +121,7 @@ public void testTaskLaunch() {
120121
}
121122

122123
@Test
124+
@Ignore
123125
public void testTaskLaunchCTRUsingAltCtrName() {
124126
logger.info("Launching instance of task");
125127
String taskName = generateUniqueStreamOrTaskName();

0 commit comments

Comments
 (0)