File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,12 @@ func (r *RootCmd) Core() []*clibase.Cmd {
87
87
88
88
// Workspace Commands
89
89
r .configSSH (),
90
- r .rename (),
91
- r .ping (),
92
90
r .create (),
93
91
r .deleteWorkspace (),
94
92
r .list (),
93
+ r .parameters (),
94
+ r .ping (),
95
+ r .rename (),
95
96
r .schedules (),
96
97
r .show (),
97
98
r .speedtest (),
@@ -100,14 +101,13 @@ func (r *RootCmd) Core() []*clibase.Cmd {
100
101
r .stop (),
101
102
r .update (),
102
103
r .restart (),
103
- r .parameters (),
104
104
105
105
// Hidden
106
- r .workspaceAgent (),
106
+ r .gitssh (),
107
107
r .scaletest (),
108
108
r .trafficGen (),
109
- r .gitssh (),
110
109
r .vscodeSSH (),
110
+ r .workspaceAgent (),
111
111
}
112
112
}
113
113
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
19
19
)
20
20
21
21
func TestScaleTest (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" )
23
23
t .Parallel ()
24
24
25
25
// This test does a create-workspaces scale test with --no-cleanup, checks
You can’t perform that action at this time.
0 commit comments