mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
Segment out disk checks to disable on openbsd/arm (#11749)
* Segment out disk checks to disable on openbsd/arm Also add a spot skipped helper. * Expected results may be fewer than actual because of variable length tests like disk usage * Move to os_common and build on windows
This commit is contained in:
@@ -211,9 +211,7 @@ func (c *OperatorDiagnoseCommand) offlineDiagnostics(ctx context.Context) error
|
||||
defer span.End()
|
||||
|
||||
// OS Specific checks
|
||||
// Check open file count
|
||||
diagnose.OSChecks(ctx)
|
||||
diagnose.Test(ctx, "disk-usage", diagnose.DiskUsageCheck)
|
||||
|
||||
server.flagConfigs = c.flagConfigs
|
||||
config, err := server.parseConfig()
|
||||
|
||||
Reference in New Issue
Block a user