Skip to content

Commit

Permalink
test: skip flaky stashed ops test (microsoft#23462)
Browse files Browse the repository at this point in the history
## Description

Skip "Parallel Forks: Closes (ForkedContainerError and
DuplicateBatchError) when hydrating twice and submitting in parallel
(via Counter DDS)" since it has been causing multiple build failures.

See https://dev.azure.com/fluidframework/internal/_workitems/edit/27482
  • Loading branch information
yann-achard-MS authored Jan 7, 2025
1 parent 96c2ca8 commit fb37aa6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2225,6 +2225,9 @@ describeCompat(
},
],
async function () {
if (provider.driver.type !== "local") {
this.skip();
}
const incrementValue = 3;
const pendingLocalState = await getPendingOps(
testContainerConfig_noSummarizer,
Expand Down

0 comments on commit fb37aa6

Please sign in to comment.