Skip to content

Commit e12d5b5

Browse files
sharbuzv1v
andauthored
temporary disable the failed windows test (#37880)
* temporary disable the failed windows test * Update metricbeat/tests/system/test_reload.py Co-authored-by: Victor Martinez <[email protected]> --------- Co-authored-by: Victor Martinez <[email protected]>
1 parent a21051d commit e12d5b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

metricbeat/tests/system/test_reload.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ def test_reload(self):
4242
self.wait_until(lambda: self.output_lines() > 0)
4343
proc.check_kill_and_wait()
4444

45-
@unittest.skipUnless(re.match("(?i)win|linux|darwin|freebsd|openbsd", sys.platform), "os")
45+
# windows is disabled, see https://github.com/elastic/beats/issues/37841
46+
@unittest.skipUnless(re.match("(?i)linux|darwin|freebsd|openbsd", sys.platform), "os")
4647
def test_start_stop(self):
4748
"""
4849
Test if module is properly started and stopped

0 commit comments

Comments
 (0)