Skip to content

Commit

Permalink
Revert "Debug commit"
Browse files Browse the repository at this point in the history
This reverts commit 1473e3d.
  • Loading branch information
mustard-mh committed Oct 30, 2024
1 parent d6771ec commit ba8c167
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions components/ide/jetbrains/launcher/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,13 +298,6 @@ func serve(launchCtx *LaunchContext) {
fmt.Fprint(w, jsonLink)
})
http.HandleFunc("/status", func(w http.ResponseWriter, r *http.Request) {
test := func() bool {
return true
}
if test() {
http.Error(w, "test not ready", http.StatusServiceUnavailable)
return
}
if launchCtx.preferToolbox {
response := make(map[string]string)
toolboxLink, err := resolveToolboxLink(launchCtx.wsInfo)
Expand Down
1 change: 0 additions & 1 deletion components/ide/jetbrains/launcher/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func TestParseGitpodConfig(t *testing.T) {
}

func TestUpdateVMOptions(t *testing.T) {
t.Skip()
tests := []struct {
Desc string
Alias string
Expand Down

0 comments on commit ba8c167

Please sign in to comment.