Skip to content

Commit

Permalink
Ignore IT that fails intermittently on GitHub Actions, see #1182
Browse files Browse the repository at this point in the history
  • Loading branch information
jfallows committed Aug 4, 2024
1 parent 153aac1 commit 22b889d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import static org.junit.rules.RuleChain.outerRule;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.DisableOnDebug;
Expand Down Expand Up @@ -238,6 +239,7 @@ public void shouldPublishQoS1Message() throws Exception
k3po.finish();
}

@Ignore("Github Actions aklivity/zilla#1182")
@Test
@Configuration("server.yaml")
@Specification({
Expand Down

0 comments on commit 22b889d

Please sign in to comment.