Skip to content

Commit

Permalink
Skip EnforcementFlowTest.thereCanBeMultipleUpdatesPerBulk for Github.
Browse files Browse the repository at this point in the history
Signed-off-by: Yufei Cai <yufei.cai@bosch.io>
  • Loading branch information
yufei-cai committed Mar 21, 2022
1 parent 936993e commit 1b5d97a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,7 @@ public TestActor.AutoPilot run(final ActorRef sender, final Object msg) {

@Test
public void thereCanBeMultipleUpdatesPerBulk() {
Assume.assumeThat(System.getProperty("build.environment"), Matchers.not(Matchers.equalTo("Github")));
new TestKit(system) {{
final DittoHeaders headers = DittoHeaders.empty();
final PolicyId policyId = PolicyId.of("policy:id");
Expand Down

0 comments on commit 1b5d97a

Please sign in to comment.