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

Commitfafca95

Browse files
committed
do what the comment says
1 parent31ef743 commitfafca95

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎cli/root.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,12 @@ func (r *RootCmd) Core() []*clibase.Cmd {
8787

8888
// Workspace Commands
8989
r.configSSH(),
90-
r.rename(),
91-
r.ping(),
9290
r.create(),
9391
r.deleteWorkspace(),
9492
r.list(),
93+
r.parameters(),
94+
r.ping(),
95+
r.rename(),
9596
r.schedules(),
9697
r.show(),
9798
r.speedtest(),
@@ -100,14 +101,13 @@ func (r *RootCmd) Core() []*clibase.Cmd {
100101
r.stop(),
101102
r.update(),
102103
r.restart(),
103-
r.parameters(),
104104

105105
// Hidden
106-
r.workspaceAgent(),
106+
r.gitssh(),
107107
r.scaletest(),
108108
r.trafficGen(),
109-
r.gitssh(),
110109
r.vscodeSSH(),
110+
r.workspaceAgent(),
111111
}
112112
}
113113

‎cli/scaletest_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
)
2020

2121
funcTestScaleTest(t*testing.T) {
22-
//t.Skipf("This test is flakey. See https://github.com/coder/coder/issues/4942")
22+
t.Skipf("This test is flakey. See https://github.com/coder/coder/issues/4942")
2323
t.Parallel()
2424

2525
// This test does a create-workspaces scale test with --no-cleanup, checks

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp