Skip to content

Commit

Permalink
[supervisor] Skip flaket title tests
Browse files Browse the repository at this point in the history
  • Loading branch information
csweichel committed May 26, 2021
1 parent 53b73ef commit 0851301
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/supervisor/pkg/terminal/terminal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ import (
)

func TestTitle(t *testing.T) {
t.Skip("skipping flakey tests")

tests := []struct {
Desc string
Title string
Expand Down

0 comments on commit 0851301

Please sign in to comment.