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

Commite9f87f1

Browse files
authored
chore: skip devtunnel test (#2336)
1 parent02ad60f commite9f87f1

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

‎coderd/devtunnel/tunnel_test.go

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@ import (
2222

2323
funcTestTunnel(t*testing.T) {
2424
t.Parallel()
25-
iftesting.Short() {
26-
t.Skip()
27-
return
28-
}
25+
26+
// It's not super useful for us to test this constantly, it'll only cause
27+
// flakes is the tunnel becomes unavailable for some reason.
28+
t.Skip()
29+
// if testing.Short() {
30+
// t.Skip()
31+
// return
32+
// }
2933

3034
ctx,cancelTun:=context.WithCancel(context.Background())
3135
defercancelTun()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp