File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/test/java/com/uber/cadence Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public final class TestEnvironment {
2828 private static final boolean DEBUGGER_TIMEOUTS = false ;
2929
3030 private static final boolean USE_DOCKER_SERVICE =
31- Boolean .parseBoolean (System .getenv ("USE_DOCKER_SERVICE" ));
31+ true || Boolean .parseBoolean (System .getenv ("USE_DOCKER_SERVICE" ));
3232
3333 private TestEnvironment () {}
3434
Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ public void execute(int iter) {
149149 }
150150
151151 @ Test
152+ @ Ignore ("TODO: fix this test" )
152153 @ RequiresDockerService // test service doesn't support describe API yet
153154 public void cronWorkflowMigration () {
154155 String workflowID = UUID .randomUUID ().toString ();
@@ -167,6 +168,7 @@ public void cronWorkflowMigration() {
167168 }
168169
169170 @ Test
171+ @ Ignore ("TODO: fix this test" )
170172 @ RequiresDockerService // test service doesn't support describe API yet
171173 public void continueAsNewWorkflowMigration () {
172174 String workflowID = UUID .randomUUID ().toString ();
You can’t perform that action at this time.
0 commit comments