Skip to content

Commit

Permalink
Skip Filebeat test_shutdown on windows 7 (elastic#22797)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Siering committed Nov 30, 2020
1 parent 33d3b26 commit 9574271
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions filebeat/tests/system/test_shutdown.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import gzip
import os
import platform
import time
import unittest
from filebeat import BaseTest
Expand All @@ -11,6 +12,8 @@

class Test(BaseTest):

@unittest.skipIf(platform.platform().startswith("Windows-7"),
"Flaky test: https://github.com/elastic/beats/issues/22795")
def test_shutdown(self):
"""
Test starting and stopping Filebeat under load.
Expand Down

0 comments on commit 9574271

Please sign in to comment.