Skip to content

[Kibana metricset] Conditionally skip system tests #7733

@ycombinator

Description

@ycombinator

Implement this FIXME:

# FIXME: Need to skip conditionally for Kibana versions < 6.4.0 (see commented out
# code below)
raise SkipTest
env = os.environ.get('TESTING_ENVIRONMENT')
if env == "2x" or env == "5x":
# Skip for 5.x and 2.x tests as Kibana endpoint not available
raise SkipTest
# version = self.get_version()
# if semver.compare(version, "6.4.0") == -1:
# # Skip for Kibana versions < 6.4.0 as Kibana endpoint not available
# raise SkipTest

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions