Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TestProvisionerDaemon_PrometheusEnabled
1 parent 7028ff7 commit dac14feCopy full SHA for dac14fe
enterprise/cli/provisionerdaemons_test.go
@@ -303,6 +303,8 @@ func TestProvisionerDaemon_SessionToken(t *testing.T) {
303
304
//nolint:paralleltest,tparallel // Prometheus endpoint tends to fail with `bind: address already in use`.
305
func TestProvisionerDaemon_PrometheusEnabled(t *testing.T) {
306
+ t.Skip("Flaky test - see https://github.com/coder/coder/issues/13931")
307
+
308
prometheusPort := testutil.RandomPortNoListen(t)
309
310
// Configure CLI client
0 commit comments