Skip to content

Commit ba8c167

Browse files
committed
Revert "Debug commit"
This reverts commit 1473e3d.
1 parent d6771ec commit ba8c167

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

components/ide/jetbrains/launcher/main.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -298,13 +298,6 @@ func serve(launchCtx *LaunchContext) {
298298
fmt.Fprint(w, jsonLink)
299299
})
300300
http.HandleFunc("/status", func(w http.ResponseWriter, r *http.Request) {
301-
test := func() bool {
302-
return true
303-
}
304-
if test() {
305-
http.Error(w, "test not ready", http.StatusServiceUnavailable)
306-
return
307-
}
308301
if launchCtx.preferToolbox {
309302
response := make(map[string]string)
310303
toolboxLink, err := resolveToolboxLink(launchCtx.wsInfo)

components/ide/jetbrains/launcher/main_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ func TestParseGitpodConfig(t *testing.T) {
3939
}
4040

4141
func TestUpdateVMOptions(t *testing.T) {
42-
t.Skip()
4342
tests := []struct {
4443
Desc string
4544
Alias string

0 commit comments

Comments
 (0)