Skip to content

Commit

Permalink
Revert "Skip x-pack metricbeat tests"
Browse files Browse the repository at this point in the history
This reverts commit 0b7c71c.
  • Loading branch information
v1v committed Jun 28, 2021
1 parent 0b7c71c commit a7fca4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x-pack/metricbeat/tests/system/test_xpack_base.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
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 a7fca4d

Please sign in to comment.