chore: skip failing azureidentity test while under investigation (#26545)

Skips the failing azureidentity test while under investigation.
Ref: https://github.com/coder/internal/issues/1602
This commit is contained in:
Cian Johnston
2026-06-19 12:49:49 +01:00
committed by GitHub
parent fc83d77189
commit a12b051834
@@ -21,6 +21,7 @@ import (
func TestValidate(t *testing.T) {
t.Parallel()
t.Skip("See https://github.com/coder/internal/issues/1602")
mustTime := func(layout string, value string) time.Time {
ti, err := time.Parse(layout, value)