Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit64f0aaa

Browse files
authored
chore: skip flaking classic parameters test (#19308)
Causing test-js failures on main
1 parentf349edc commit64f0aaa

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)

[8]ページ先頭

©2009-2025 Movatter.jp