mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user