Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dac14fe

Browse files
authored
test: skip TestProvisionerDaemon_PrometheusEnabled (#13996)
1 parent 7028ff7 commit dac14fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

enterprise/cli/provisionerdaemons_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,8 @@ func TestProvisionerDaemon_SessionToken(t *testing.T) {
303303

304304
//nolint:paralleltest,tparallel // Prometheus endpoint tends to fail with `bind: address already in use`.
305305
func TestProvisionerDaemon_PrometheusEnabled(t *testing.T) {
306+
t.Skip("Flaky test - see https://github.com/coder/coder/issues/13931")
307+
306308
prometheusPort := testutil.RandomPortNoListen(t)
307309

308310
// Configure CLI client

0 commit comments

Comments
 (0)