Skip to content

Commit

Permalink
temporary desable filesystem check for MacOS unit-tests (#37687) (#37722
Browse files Browse the repository at this point in the history
)

(cherry picked from commit 3bf2a82)

Co-authored-by: sharbuz <[email protected]>
Co-authored-by: Pierre HILBERT <[email protected]>
  • Loading branch information
3 people authored Jan 29, 2024
1 parent cf731e6 commit cd8b58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricbeat/module/system/test_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def test_diskio(self):
self.assertCountEqual(
SYSTEM_DISK_HOST_FIELDS, host_disk.keys())

@unittest.skipUnless(re.match("(?i)win|linux|darwin|freebsd|openbsd", sys.platform), "os")
@unittest.skipUnless(re.match("(?i)win|linux|freebsd|openbsd", sys.platform), "os")
def test_filesystem(self):
"""
Test system/filesystem output.
Expand Down

0 comments on commit cd8b58d

Please sign in to comment.