Remove useless syncs

This commit is contained in:
Andras Schmelczer 2026-04-26 12:46:46 +01:00
parent 8b7be48522
commit fc0ff0df1c
52 changed files with 0 additions and 103 deletions

View file

@ -12,7 +12,6 @@ export const mcDeleteThenOfflineRenameTest: TestDefinition = {
{ type: "create", client: 0, path: "C.md", content: "unrelated" },
{ type: "enable-sync", client: 0 },
{ type: "enable-sync", client: 1 },
{ type: "sync" },
{ type: "barrier" },
{ type: "disable-sync", client: 1 },
@ -23,7 +22,6 @@ export const mcDeleteThenOfflineRenameTest: TestDefinition = {
{ type: "rename", client: 1, oldPath: "A.md", newPath: "B.md" },
{ type: "enable-sync", client: 1 },
{ type: "sync" },
{ type: "barrier" },
{