Skip to content

Commit 64f0aaa

Browse files
authored
chore: skip flaking classic parameters test (#19308)
Causing test-js failures on main
1 parent f349edc commit 64f0aaa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

site/src/pages/WorkspacePage/WorkspacePage.test.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,10 @@ describe("WorkspacePage", () => {
306306
});
307307
});
308308

309-
it("updates the parameters when they are missing during update", async () => {
309+
// Started flaking after upgrading react-router. Tests the old parameters path
310+
// and isn't worth spending more time to fix since this code will be removed
311+
// in a few releases when dynamic parameters takes over the world.
312+
it.skip("updates the parameters when they are missing during update", async () => {
310313
// Mocks
311314
jest
312315
.spyOn(API, "getWorkspaceByOwnerAndName")

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy