Commit 1816f36
committed
fix: skip TestEnsureKerberosCacheConcurrent on non-Linux platforms
ensureKerberosCache relies on Linux-specific CIFS/Kerberos semantics
(os.Chown with cruid as gid, symlink handling). Restrict the test to
Linux only to avoid failures on macOS and Windows CI runners.1 parent 757de63 commit 1816f36
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
987 | 987 | | |
988 | 988 | | |
989 | 989 | | |
990 | | - | |
| 990 | + | |
991 | 991 | | |
992 | 992 | | |
993 | 993 | | |
| |||
0 commit comments