Skip to content

Commit

Permalink
temporary desable filesystem check for MacOS unit-tests (#37687)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharbuz authored Jan 24, 2024
1 parent 6383c56 commit 3bf2a82
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 3bf2a82

Please sign in to comment.