Skip to content

Commit

Permalink
Skip x-pack metricbeat tests (#26537)
Browse files Browse the repository at this point in the history
(cherry picked from commit fea3e6c)
  • Loading branch information
jsoriano authored and mergify-bot committed Jun 29, 2021
1 parent 8e0c1a1 commit cf3b8f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/metricbeat/tests/system/test_xpack_base.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import os
import unittest

import xpack_metricbeat
import test_base
from beat import common_tests


@unittest.skip("https://github.com/elastic/beats/issues/26536")
class Test(xpack_metricbeat.XPackTest, test_base.Test, common_tests.TestExportsMixin):
pass

0 comments on commit cf3b8f8

Please sign in to comment.