Skip to content

Commit

Permalink
Disables test
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Mar 22, 2024
1 parent 21bcc84 commit 811f521
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import javax.annotation.Nonnull;
Expand Down Expand Up @@ -629,6 +630,7 @@ void testJobMasterServiceProcessClosingExceptionIsForwardedToResultFuture() thro
.satisfies(cause -> assertThat(cause).hasRootCause(testException));
}

@Disabled
@Test
void testJobMasterServiceProcessCreationFailureIsForwardedToResultFuture() throws Exception {
final FlinkRuntimeException testException = new FlinkRuntimeException("Test exception");
Expand Down

0 comments on commit 811f521

Please sign in to comment.