Skip to content

Commit

Permalink
Disable summarizer flaky test (#23763)
Browse files Browse the repository at this point in the history
This test is flaky on local server and is causing OCE noise. Skip for
now, and re-enable once the cause of flakiness is determined.


[AB#29483](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/29483)
  • Loading branch information
jzaffiro authored Feb 3, 2025
1 parent 677b22c commit 5d7b697
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,8 @@ describeCompat("Summaries", "NoCompat", (getTestObjectProvider, apis) => {
});
}

it("Can summarize after hitting nack on unsummarized ops", async function () {
// AB#29483: This test is flaky on local server.
it.skip("Can summarize after hitting nack on unsummarized ops", async function () {
if (provider.driver.type !== "local") {
this.skip();
}
Expand Down

0 comments on commit 5d7b697

Please sign in to comment.