Skip to content

Commit

Permalink
[improve][test] Move ShadowManagedLedgerImplTest to flaky tests (apac…
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari authored and hanmz committed Feb 12, 2025
1 parent d4ce25c commit 7291ee2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private ShadowManagedLedgerImpl openShadowManagedLedger(String name, String sour
return (ShadowManagedLedgerImpl) shadowML;
}

@Test
@Test(groups = "flaky")
public void testShadowWrites() throws Exception {
ManagedLedgerImpl sourceML = (ManagedLedgerImpl) factory.open("source_ML", new ManagedLedgerConfig()
.setMaxEntriesPerLedger(2)
Expand Down

0 comments on commit 7291ee2

Please sign in to comment.