Skip to content

Commit 7c0ec21

Browse files
authored
Enable fixed pinecone test (#29027)
Signed-off-by: Michael Telatynski <[email protected]>
1 parent 72df9c9 commit 7c0ec21

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

playwright/e2e/sliding-sync/sliding-sync.spec.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@ const test = base.extend<{
6969
});
7070

7171
test.describe("Sliding Sync", () => {
72-
test.skip(
73-
({ homeserverType }) => homeserverType === "pinecone",
74-
"due to a bug in Pinecone https://github.com/element-hq/dendrite/issues/3490",
75-
);
76-
7772
const checkOrder = async (wantOrder: string[], page: Page) => {
7873
await expect(page.getByRole("group", { name: "Rooms" }).locator(".mx_RoomTile_title")).toHaveText(wantOrder);
7974
};

0 commit comments

Comments
 (0)