Skip to content

Commit

Permalink
Skip flaky TestActions on MacOSx (#23966) (#24179)
Browse files Browse the repository at this point in the history
(cherry picked from commit 745565c)
  • Loading branch information
ChrsMark committed Feb 23, 2021
1 parent 950b1c4 commit 522bcbf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions auditbeat/module/file_integrity/metricset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,8 @@ func TestActions(t *testing.T) {
}

// Create some files in first directory
go func() {
ioutil.WriteFile(createdFilepath, []byte("hello world"), 0600)
ioutil.WriteFile(updatedFilepath, []byte("hello world"), 0600)
}()
ioutil.WriteFile(createdFilepath, []byte("hello world"), 0600)
ioutil.WriteFile(updatedFilepath, []byte("hello world"), 0600)

ms := mbtest.NewPushMetricSetV2(t, getConfig(dir, newDir))
events := mbtest.RunPushMetricSetV2(10*time.Second, 5, ms)
Expand Down

0 comments on commit 522bcbf

Please sign in to comment.