Skip to content

Commit

Permalink
Skip flaky TestActions on MacOSx (elastic#23966)
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 3f9820b commit a657675
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 @@ -130,10 +130,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 a657675

Please sign in to comment.