Skip to content

Commit

Permalink
Disable slow IT
Browse files Browse the repository at this point in the history
Signed-off-by: Hongxin Liang <honnix@users.noreply.github.com>
  • Loading branch information
honnix committed Nov 26, 2022
1 parent f4f8ae5 commit 715188b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration-tests/src/test/java/org/flyte/JavaExamplesIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

import flyteidl.core.Literals;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestInstance;
import org.testcontainers.shaded.com.google.common.collect.ImmutableMap;
Expand Down Expand Up @@ -63,6 +64,7 @@ public void testFibonacciWorkflow() {
}

@Test
@Disabled
public void testDynamicFibonacciWorkflow() {
Literals.LiteralMap output =
CLIENT.createExecution(
Expand Down

0 comments on commit 715188b

Please sign in to comment.