Skip to content

Commit

Permalink
[bugfix][zeta] Disable CheckpointTimeOutTest (#5438)
Browse files Browse the repository at this point in the history
  • Loading branch information
ic4y authored Sep 7, 2023
1 parent d1e9673 commit 8a3f261
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import org.apache.seatunnel.engine.server.TestUtils;

import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import com.hazelcast.internal.serialization.Data;
Expand All @@ -42,6 +43,7 @@ public class CheckpointTimeOutTest extends AbstractSeaTunnelServerTest {
public static long JOB_ID = System.currentTimeMillis();

@Test
@Disabled("Currently unstable tests, waiting for @EricJoy2048 to refactor state handling logic")
public void testJobLevelCheckpointTimeOut() {
startJob(JOB_ID, CONF_PATH);

Expand Down

0 comments on commit 8a3f261

Please sign in to comment.