Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions extensions/splunk/tests/features/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def before_feature(context, feature):
is_x86 = platform.machine() in ("i386", "AMD64", "x86_64")
if not is_x86:
feature.skip("This feature is only x86/x64 compatible")
return

docker.from_env().images.pull(SplunkContainer.IMAGE)

Expand Down
Loading