Skip to content

Commit

Permalink
Disable tests until a release is created
Browse files Browse the repository at this point in the history
WorkflowCreationTests runs on a published version of Conductor  - as the runtime version of JDK has changed these tests will fail due to missing nashhorn at build time.
  • Loading branch information
v1r3n committed Sep 23, 2023
1 parent 8850219 commit a90850b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
import java.util.concurrent.ExecutionException;
import java.util.concurrent.TimeUnit;


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.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand All @@ -41,6 +43,7 @@

import static org.junit.jupiter.api.Assertions.*;

@Disabled
public class WorkflowCreationTests {

private static final Logger LOGGER = LoggerFactory.getLogger(WorkflowCreationTests.class);
Expand Down

0 comments on commit a90850b

Please sign in to comment.