Skip to content

Commit 9d9ac55

Browse files
authored
test(tree): Disable text op size benchmarks (#27237)
These tests appear to be causing problems in our benchmarks pipeline. Disabling for now. [AB#72660](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/72660)
1 parent 18e7a3e commit 9d9ac55

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/dds/tree/src/test/shared-tree/textDomain.integration.bench.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ function makeTestString(length: number): string {
4242
return "ab".repeat(Math.ceil(length / 2)).slice(0, length);
4343
}
4444

45-
describe("TextDomain benchmarks", () => {
45+
// TODO: AB#72660: Investigate why these appear to be breaking the benchmarks pipeline and re-enable once the issue is resolved.
46+
describe.skip("TextDomain benchmarks", () => {
4647
configureBenchmarkHooks();
4748

4849
describe("TextDomain op size benchmarks", () => {

0 commit comments

Comments
 (0)