Skip to content

Commit

Permalink
chore: disable testExecuteSubtaskInScriptTask test, unstalbe in CI co…
Browse files Browse the repository at this point in the history
…ntext (#4522)
  • Loading branch information
connoratrug authored Nov 28, 2024
1 parent 1b4b502 commit 4fa0010
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1288,6 +1288,8 @@ public void testScriptScheduling() throws JsonProcessingException, InterruptedEx
}

@Test
@Disabled("unstable; fails on CI around 50% of the time")
// todo update / rewrite test to be more stable in CI env
public void testExecuteSubtaskInScriptTask()
throws JsonProcessingException, InterruptedException {
String parentJobName = "parentJobTest";
Expand Down

0 comments on commit 4fa0010

Please sign in to comment.