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:
Victor Lyuboslavsky 2024-10-25 15:05:38 -05:00 committed by GitHub
parent c381c301a0
commit b67127c357
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()