mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Skip TestCronVulnerabilitiesCreatesDatabasesPath (#23263)
Seeing very high failure rate for this test. Bug already filed: https://github.com/fleetdm/fleet/issues/23258
This commit is contained in:
parent
c381c301a0
commit
b67127c357
1 changed files with 1 additions and 0 deletions
|
|
@ -307,6 +307,7 @@ func TestAutomationsSchedule(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestCronVulnerabilitiesCreatesDatabasesPath(t *testing.T) {
|
||||
t.Skip() // https://github.com/fleetdm/fleet/issues/23258
|
||||
t.Parallel()
|
||||
ctx, cancelFunc := context.WithCancel(context.Background())
|
||||
defer cancelFunc()
|
||||
|
|
|
|||
Loading…
Reference in a new issue