Skip to content

Commit

Permalink
Ignore IT that fails only on GitHub Actions, see issue #786
Browse files Browse the repository at this point in the history
  • Loading branch information
jfallows committed Feb 7, 2024
1 parent db03036 commit 42d70c1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import static java.util.concurrent.TimeUnit.SECONDS;
import static org.junit.rules.RuleChain.outerRule;

import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.DisableOnDebug;
Expand Down Expand Up @@ -52,6 +53,7 @@ public class StartingIT
@Rule
public final TestRule chain = outerRule(engine).around(k3po).around(timeout);

@Ignore("Github Actions")
@Test
@Configuration("client.yaml")
@Specification({
Expand Down

0 comments on commit 42d70c1

Please sign in to comment.